#404EBD

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

Shades of Free Speech Blue #404EBD

Tints of Free Speech Blue #404EBD

Color information

#404EBD (or 0x404EBD) is unknown color: approx Free Speech Blue. HEX triplet: 40, 4E and BD. RGB value is (64,78,189). Sum of RGB (Red+Green+Blue) = 64+78+189=331 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.34% from 331); Green value is 78 (30.86% from 255 or 23.56% from 331); Blue value is 189 (74.22% from 255 or 57.10% from 331); Max value from RGB is 189 - color contains mainly: blue. Hex color #404EBD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #404EBD is #BFB142. Grayscale: #565656. Windows color (decimal): -12562755 or 12406336. OLE color: 12406336.

HSL color Cylindrical-coordinate representation of color #404EBD: hue angle of 233.28º 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 #404EBD is Cyan = 0.66, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB6478189-
CMYK0.660.5900.26
HSL233.28º49.41%49.61%-
HSV(B)233.28º66.14%74.12%-
XYZ14.0210.2149.38-
YUV86.47185.86111.97-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 19.34%
GREEN value IS 78 (30.86% from 255) = 23.56%
BLUE value IS 189 (74.22% from 255) = 57.10%
R=19.34%
G=23.56%
B=57.10%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal64781890.660.5900.26233.2849.4149.61
Hex404EBD423B01Ae93132
Octal100116275102730323516162
Binary1000000100111010111101100001011101101101011101001110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404EBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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