#404FD9

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

Shades of Free Speech Blue #404FD9

Tints of Free Speech Blue #404FD9

Color information

#404FD9 (or 0x404FD9) is unknown color: approx Free Speech Blue. HEX triplet: 40, 4F and D9. RGB value is (64,79,217). Sum of RGB (Red+Green+Blue) = 64+79+217=360 (47% of max value = 765). Red value is 64 (25.39% from 255 or 17.78% from 360); Green value is 79 (31.25% from 255 or 21.94% from 360); Blue value is 217 (85.16% from 255 or 60.28% from 360); Max value from RGB is 217 - color contains mainly: blue. Hex color #404FD9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #404FD9 is #BFB026. Grayscale: #595959. Windows color (decimal): -12562471 or 14241600. OLE color: 14241600.

HSL color Cylindrical-coordinate representation of color #404FD9: hue angle of 234.12º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #404FD9 is Cyan = 0.71, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB6479217-
CMYK0.710.6400.15
HSL234.12º66.81%55.1%-
HSV(B)234.12º70.51%85.1%-
XYZ17.4311.6966.98-
YUV90.25199.53109.28-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 17.78%
GREEN value IS 79 (31.25% from 255) = 21.94%
BLUE value IS 217 (85.16% from 255) = 60.28%
R=17.78%
G=21.94%
B=60.28%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal64792170.710.6400.15234.1266.8155.1
Hex404FD947400Fea4337
Octal10011733110710001735210367
Binary10000001001111110110011000111100000001111111010101000011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404FD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,79,217); }

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

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

 a { background-color: rgb(64,79,217); }

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

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

 span { border-color: rgb(64,79,217); }

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