#404ABD

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

Shades of Free Speech Blue #404ABD

Tints of Free Speech Blue #404ABD

Color information

#404ABD (or 0x404ABD) is unknown color: approx Free Speech Blue. HEX triplet: 40, 4A and BD. RGB value is (64,74,189). Sum of RGB (Red+Green+Blue) = 64+74+189=327 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.57% from 327); Green value is 74 (29.30% from 255 or 22.63% from 327); Blue value is 189 (74.22% from 255 or 57.80% from 327); Max value from RGB is 189 - color contains mainly: blue. Hex color #404ABD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #404ABD is #BFB542. Grayscale: #535353. Windows color (decimal): -12563779 or 12405312. OLE color: 12405312.

HSL color Cylindrical-coordinate representation of color #404ABD: hue angle of 235.2º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #404ABD is Cyan = 0.66, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB6474189-
CMYK0.660.6100.26
HSL235.2º49.41%49.61%-
HSV(B)235.2º66.14%74.12%-
XYZ13.759.6649.28-
YUV84.12187.19113.65-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 19.57%
GREEN value IS 74 (29.30% from 255) = 22.63%
BLUE value IS 189 (74.22% from 255) = 57.80%
R=19.57%
G=22.63%
B=57.80%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal64741890.660.6100.26235.249.4149.61
Hex404ABD423D01Aeb3132
Octal100112275102750323536162
Binary1000000100101010111101100001011110101101011101011110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404ABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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