#404ED9

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

Shades of Free Speech Blue #404ED9

Tints of Free Speech Blue #404ED9

Color information

#404ED9 (or 0x404ED9) is unknown color: approx Free Speech Blue. HEX triplet: 40, 4E and D9. RGB value is (64,78,217). Sum of RGB (Red+Green+Blue) = 64+78+217=359 (47% of max value = 765). Red value is 64 (25.39% from 255 or 17.83% from 359); Green value is 78 (30.86% from 255 or 21.73% from 359); Blue value is 217 (85.16% from 255 or 60.45% from 359); Max value from RGB is 217 - color contains mainly: blue. Hex color #404ED9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #404ED9 is #BFB126. Grayscale: #595959. Windows color (decimal): -12562727 or 14241344. OLE color: 14241344.

HSL color Cylindrical-coordinate representation of color #404ED9: hue angle of 234.51º 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 #404ED9 is Cyan = 0.71, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB6478217-
CMYK0.710.6400.15
HSL234.51º66.81%55.1%-
HSV(B)234.51º70.51%85.1%-
XYZ17.3611.5566.96-
YUV89.66199.86109.7-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 17.83%
GREEN value IS 78 (30.86% from 255) = 21.73%
BLUE value IS 217 (85.16% from 255) = 60.45%
R=17.83%
G=21.73%
B=60.45%

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
Decimal64782170.710.6400.15234.5166.8155.1
Hex404ED947400Feb4337
Octal10011633110710001735310367
Binary10000001001110110110011000111100000001111111010111000011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404ED9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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