#404eb0

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

Shades of Free Speech Blue #404EB0

Tints of Free Speech Blue #404EB0

Color information

#404EB0 (or 0x404EB0) is unknown color: approx Free Speech Blue. HEX triplet: 40, 4E and B0. RGB value is (64,78,176). Sum of RGB (Red+Green+Blue) = 64+78+176=318 (42% of max value = 765). Red value is 64 (25.39% from 255 or 20.13% from 318); Green value is 78 (30.86% from 255 or 24.53% from 318); Blue value is 176 (69.14% from 255 or 55.35% from 318); Max value from RGB is 176 - color contains mainly: blue. Hex color #404EB0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #404EB0 is #BFB14F. Grayscale: #545454. Windows color (decimal): -12562768 or 11554368. OLE color: 11554368.

HSL color Cylindrical-coordinate representation of color #404EB0: hue angle of 232.5º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #404EB0 is Cyan = 0.64, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB6478176-
CMYK0.640.5600.31
HSL232.5º46.67%47.06%-
HSV(B)232.5º63.64%69.02%-
XYZ12.689.6742.27-
YUV84.99179.36113.03-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 20.13%
GREEN value IS 78 (30.86% from 255) = 24.53%
BLUE value IS 176 (69.14% from 255) = 55.35%
R=20.13%
G=24.53%
B=55.35%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal64781760.640.5600.31232.546.6747.06
Hex404EB0403801Fe82f2f
Octal100116260100700373505757
Binary1000000100111010110000100000011100001111111101000101111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404eb0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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