#404AAE

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

Shades of Free Speech Blue #404AAE

Tints of Free Speech Blue #404AAE

Color information

#404AAE (or 0x404AAE) is unknown color: approx Free Speech Blue. HEX triplet: 40, 4A and AE. RGB value is (64,74,174). Sum of RGB (Red+Green+Blue) = 64+74+174=312 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.51% from 312); Green value is 74 (29.30% from 255 or 23.72% from 312); Blue value is 174 (68.36% from 255 or 55.77% from 312); Max value from RGB is 174 - color contains mainly: blue. Hex color #404AAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #404AAE is #BFB551. Grayscale: #525252. Windows color (decimal): -12563794 or 11422272. OLE color: 11422272.

HSL color Cylindrical-coordinate representation of color #404AAE: hue angle of 234.55º 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 #404AAE is Cyan = 0.63, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB6474174-
CMYK0.630.5700.32
HSL234.55º46.22%46.67%-
HSV(B)234.55º63.22%68.24%-
XYZ12.29.0441.15-
YUV82.41179.69114.87-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 20.51%
GREEN value IS 74 (29.30% from 255) = 23.72%
BLUE value IS 174 (68.36% from 255) = 55.77%
R=20.51%
G=23.72%
B=55.77%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal64741740.630.5700.32234.5546.2246.67
Hex404AAE3F39020eb2e2f
Octal10011225677710403535657
Binary1000000100101010101110111111111001010000011101011101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404AAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #404AAE; }

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

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

<style>
 a { background-color: #404AAE; }

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

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

<style>
 span { border-color: #404AAE; }

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

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