#404EB8

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

Shades of Free Speech Blue #404EB8

Tints of Free Speech Blue #404EB8

Color information

#404EB8 (or 0x404EB8) is unknown color: approx Free Speech Blue. HEX triplet: 40, 4E and B8. RGB value is (64,78,184). Sum of RGB (Red+Green+Blue) = 64+78+184=326 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.63% from 326); Green value is 78 (30.86% from 255 or 23.93% from 326); Blue value is 184 (72.27% from 255 or 56.44% from 326); Max value from RGB is 184 - color contains mainly: blue. Hex color #404EB8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #404EB8 is #BFB147. Grayscale: #555555. Windows color (decimal): -12562760 or 12078656. OLE color: 12078656.

HSL color Cylindrical-coordinate representation of color #404EB8: hue angle of 233º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #404EB8 is Cyan = 0.65, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB6478184-
CMYK0.650.5800.28
HSL233º48.39%48.63%-
HSV(B)233º65.22%72.16%-
XYZ13.491046.57-
YUV85.9183.36112.38-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 19.63%
GREEN value IS 78 (30.86% from 255) = 23.93%
BLUE value IS 184 (72.27% from 255) = 56.44%
R=19.63%
G=23.93%
B=56.44%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal64781840.650.5800.2823348.3948.63
Hex404EB8413A01Ce93031
Octal100116270101720343516061
Binary1000000100111010111000100000111101001110011101001110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404EB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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