#4049AE

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

Shades of Free Speech Blue #4049AE

Tints of Free Speech Blue #4049AE

Color information

#4049AE (or 0x4049AE) is unknown color: approx Free Speech Blue. HEX triplet: 40, 49 and AE. RGB value is (64,73,174). Sum of RGB (Red+Green+Blue) = 64+73+174=311 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.58% from 311); Green value is 73 (28.91% from 255 or 23.47% from 311); Blue value is 174 (68.36% from 255 or 55.95% from 311); Max value from RGB is 174 - color contains mainly: blue. Hex color #4049AE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4049AE is #BFB651. Grayscale: #515151. Windows color (decimal): -12564050 or 11422016. OLE color: 11422016.

HSL color Cylindrical-coordinate representation of color #4049AE: hue angle of 235.09º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4049AE is Cyan = 0.63, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB6473174-
CMYK0.630.5800.32
HSL235.09º46.22%46.67%-
HSV(B)235.09º63.22%68.24%-
XYZ12.148.9141.12-
YUV81.82180.02115.29-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 20.58%
GREEN value IS 73 (28.91% from 255) = 23.47%
BLUE value IS 174 (68.36% from 255) = 55.95%
R=20.58%
G=23.47%
B=55.95%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal64731740.630.5800.32235.0946.2246.67
Hex4049AE3F3A020eb2e2f
Octal10011125677720403535657
Binary1000000100100110101110111111111010010000011101011101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4049AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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