#404BBE

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

Shades of Free Speech Blue #404BBE

Tints of Free Speech Blue #404BBE

Color information

#404BBE (or 0x404BBE) is unknown color: approx Free Speech Blue. HEX triplet: 40, 4B and BE. RGB value is (64,75,190). Sum of RGB (Red+Green+Blue) = 64+75+190=329 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.45% from 329); Green value is 75 (29.69% from 255 or 22.80% from 329); Blue value is 190 (74.61% from 255 or 57.75% from 329); Max value from RGB is 190 - color contains mainly: blue. Hex color #404BBE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #404BBE is #BFB441. Grayscale: #545454. Windows color (decimal): -12563522 or 12471104. OLE color: 12471104.

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

Color convert

RGB6475190-
CMYK0.660.6100.25
HSL234.76º49.61%49.8%-
HSV(B)234.76º66.32%74.51%-
XYZ13.929.8449.88-
YUV84.82187.36113.15-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 19.45%
GREEN value IS 75 (29.69% from 255) = 22.80%
BLUE value IS 190 (74.61% from 255) = 57.75%
R=19.45%
G=22.80%
B=57.75%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal64751900.660.6100.25234.7649.6149.8
Hex404BBE423D019eb3232
Octal100113276102750313536262
Binary1000000100101110111110100001011110101100111101011110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404BBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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