#404DC9

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

Shades of Free Speech Blue #404DC9

Tints of Free Speech Blue #404DC9

Color information

#404DC9 (or 0x404DC9) is unknown color: approx Free Speech Blue. HEX triplet: 40, 4D and C9. RGB value is (64,77,201). Sum of RGB (Red+Green+Blue) = 64+77+201=342 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.71% from 342); Green value is 77 (30.47% from 255 or 22.51% from 342); Blue value is 201 (78.91% from 255 or 58.77% from 342); Max value from RGB is 201 - color contains mainly: blue. Hex color #404DC9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #404DC9 is #BFB236. Grayscale: #565656. Windows color (decimal): -12562999 or 13192512. OLE color: 13192512.

HSL color Cylindrical-coordinate representation of color #404DC9: hue angle of 234.31º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #404DC9 is Cyan = 0.68, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB6477201-
CMYK0.680.6200.21
HSL234.31º55.92%51.96%-
HSV(B)234.31º68.16%78.82%-
XYZ15.3110.6156.5-
YUV87.25192.19111.42-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 18.71%
GREEN value IS 77 (30.47% from 255) = 22.51%
BLUE value IS 201 (78.91% from 255) = 58.77%
R=18.71%
G=22.51%
B=58.77%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal64772010.680.6200.21234.3155.9251.96
Hex404DC9443E015ea3834
Octal100115311104760253527064
Binary1000000100110111001001100010011111001010111101010111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404DC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,77,201); }

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

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

 a { background-color: rgb(64,77,201); }

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

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

 span { border-color: rgb(64,77,201); }

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