#4A58BF

Color #4A58BF Free Speech Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Blue #4A58BF

Tints of Free Speech Blue #4A58BF

Color information

#4A58BF (or 0x4A58BF) is unknown color: approx Free Speech Blue. HEX triplet: 4A, 58 and BF. RGB value is (74,88,191). Sum of RGB (Red+Green+Blue) = 74+88+191=353 (46% of max value = 765). Red value is 74 (29.30% from 255 or 20.96% from 353); Green value is 88 (34.77% from 255 or 24.93% from 353); Blue value is 191 (75% from 255 or 54.11% from 353); Max value from RGB is 191 - color contains mainly: blue. Hex color #4A58BF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4A58BF is #B5A740. Grayscale: #5F5F5F. Windows color (decimal): -11904833 or 12539978. OLE color: 12539978.

HSL color Cylindrical-coordinate representation of color #4A58BF: hue angle of 232.82º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4A58BF is Cyan = 0.61, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB7488191-
CMYK0.610.5400.25
HSL232.82º47.76%51.96%-
HSV(B)232.82º61.26%74.9%-
XYZ15.7212.250.82-
YUV95.56181.86112.62-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 74 (29.30% from 255) = 20.96%
GREEN value IS 88 (34.77% from 255) = 24.93%
BLUE value IS 191 (75% from 255) = 54.11%
R=20.96%
G=24.93%
B=54.11%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal74881910.610.5400.25232.8247.7651.96
Hex4A58BF3D36019e93034
Octal11213027775660313516064
Binary100101010110001011111111110111011001100111101001110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A58BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4A58BF; }

 p { color: rgb(74,88,191); }

 H1.HeaderClassName
 {
   color: #4A58BF;
 }
 .AnyTagClassName
 {
   color: #4A58BF;
 }
</style>
background-color css

<style>
 a { background-color: #4A58BF; }

 a { background-color: rgb(74,88,191); }

 div.DivClassName
 {
   background-color: #4A58BF;
 }
 .BgClassName
 {
   background-color: #4A58BF;
 }
</style>
border-color css

<style>
 span { border-color: #4A58BF; }

 span { border-color: rgb(74,88,191); }

 td.TdClassName
 {
   border-color: #4A58BF;
 }
 .TagClassName
 {
   border-color: #4A58BF;
 }
</style>