#404EDD

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

Shades of Free Speech Blue #404EDD

Tints of Free Speech Blue #404EDD

Color information

#404EDD (or 0x404EDD) is unknown color: approx Free Speech Blue. HEX triplet: 40, 4E and DD. RGB value is (64,78,221). Sum of RGB (Red+Green+Blue) = 64+78+221=363 (48% of max value = 765). Red value is 64 (25.39% from 255 or 17.63% from 363); Green value is 78 (30.86% from 255 or 21.49% from 363); Blue value is 221 (86.72% from 255 or 60.88% from 363); Max value from RGB is 221 - color contains mainly: blue. Hex color #404EDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #404EDD is #BFB122. Grayscale: #595959. Windows color (decimal): -12562723 or 14503488. OLE color: 14503488.

HSL color Cylindrical-coordinate representation of color #404EDD: hue angle of 234.65º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #404EDD is Cyan = 0.71, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB6478221-
CMYK0.710.6500.13
HSL234.65º69.78%55.88%-
HSV(B)234.65º71.04%86.67%-
XYZ17.8911.7669.73-
YUV90.12201.86109.37-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 17.63%
GREEN value IS 78 (30.86% from 255) = 21.49%
BLUE value IS 221 (86.72% from 255) = 60.88%
R=17.63%
G=21.49%
B=60.88%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal64782210.710.6500.13234.6569.7855.88
Hex404EDD47410Deb4638
Octal10011633510710101535310670
Binary10000001001110110111011000111100000101101111010111000110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404EDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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