#404DBE

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

Shades of Free Speech Blue #404DBE

Tints of Free Speech Blue #404DBE

Color information

#404DBE (or 0x404DBE) is unknown color: approx Free Speech Blue. HEX triplet: 40, 4D and BE. RGB value is (64,77,190). Sum of RGB (Red+Green+Blue) = 64+77+190=331 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.34% from 331); Green value is 77 (30.47% from 255 or 23.26% from 331); Blue value is 190 (74.61% from 255 or 57.40% from 331); Max value from RGB is 190 - color contains mainly: blue. Hex color #404DBE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #404DBE is #BFB241. Grayscale: #555555. Windows color (decimal): -12563010 or 12471616. OLE color: 12471616.

HSL color Cylindrical-coordinate representation of color #404DBE: hue angle of 233.81º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #404DBE is Cyan = 0.66, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB6477190-
CMYK0.660.5900.25
HSL233.81º49.61%49.8%-
HSV(B)233.81º66.32%74.51%-
XYZ14.0610.1249.93-
YUV85.99186.69112.31-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 19.34%
GREEN value IS 77 (30.47% from 255) = 23.26%
BLUE value IS 190 (74.61% from 255) = 57.40%
R=19.34%
G=23.26%
B=57.40%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal64771900.660.5900.25233.8149.6149.8
Hex404DBE423B019ea3232
Octal100115276102730313526262
Binary1000000100110110111110100001011101101100111101010110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404DBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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