#404ABE

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

Shades of Free Speech Blue #404ABE

Tints of Free Speech Blue #404ABE

Color information

#404ABE (or 0x404ABE) is unknown color: approx Free Speech Blue. HEX triplet: 40, 4A and BE. RGB value is (64,74,190). Sum of RGB (Red+Green+Blue) = 64+74+190=328 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.51% from 328); Green value is 74 (29.30% from 255 or 22.56% from 328); Blue value is 190 (74.61% from 255 or 57.93% from 328); Max value from RGB is 190 - color contains mainly: blue. Hex color #404ABE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #404ABE is #BFB541. Grayscale: #535353. Windows color (decimal): -12563778 or 12470848. OLE color: 12470848.

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

Color convert

RGB6474190-
CMYK0.660.6100.25
HSL235.24º49.61%49.8%-
HSV(B)235.24º66.32%74.51%-
XYZ13.869.7149.86-
YUV84.23187.69113.57-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 19.51%
GREEN value IS 74 (29.30% from 255) = 22.56%
BLUE value IS 190 (74.61% from 255) = 57.93%
R=19.51%
G=22.56%
B=57.93%

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
Decimal64741900.660.6100.25235.2449.6149.8
Hex404ABE423D019eb3232
Octal100112276102750313536262
Binary1000000100101010111110100001011110101100111101011110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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