#4049B6

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

Shades of Free Speech Blue #4049B6

Tints of Free Speech Blue #4049B6

Color information

#4049B6 (or 0x4049B6) is unknown color: approx Free Speech Blue. HEX triplet: 40, 49 and B6. RGB value is (64,73,182). Sum of RGB (Red+Green+Blue) = 64+73+182=319 (42% of max value = 765). Red value is 64 (25.39% from 255 or 20.06% from 319); Green value is 73 (28.91% from 255 or 22.88% from 319); Blue value is 182 (71.48% from 255 or 57.05% from 319); Max value from RGB is 182 - color contains mainly: blue. Hex color #4049B6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4049B6 is #BFB649. Grayscale: #525252. Windows color (decimal): -12564042 or 11946304. OLE color: 11946304.

HSL color Cylindrical-coordinate representation of color #4049B6: hue angle of 235.42º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4049B6 is Cyan = 0.65, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB6473182-
CMYK0.650.6000.29
HSL235.42º47.97%48.24%-
HSV(B)235.42º64.84%71.37%-
XYZ12.949.2345.36-
YUV82.74184.02114.64-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 20.06%
GREEN value IS 73 (28.91% from 255) = 22.88%
BLUE value IS 182 (71.48% from 255) = 57.05%
R=20.06%
G=22.88%
B=57.05%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal64731820.650.6000.29235.4247.9748.24
Hex4049B6413C01Deb3030
Octal100111266101740353536060
Binary1000000100100110110110100000111110001110111101011110000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4049B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4049B6; }

 p { color: rgb(64,73,182); }

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

<style>
 a { background-color: #4049B6; }

 a { background-color: rgb(64,73,182); }

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

<style>
 span { border-color: #4049B6; }

 span { border-color: rgb(64,73,182); }

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