#404EB9

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

Shades of Free Speech Blue #404EB9

Tints of Free Speech Blue #404EB9

Color information

#404EB9 (or 0x404EB9) is unknown color: approx Free Speech Blue. HEX triplet: 40, 4E and B9. RGB value is (64,78,185). Sum of RGB (Red+Green+Blue) = 64+78+185=327 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.57% from 327); Green value is 78 (30.86% from 255 or 23.85% from 327); Blue value is 185 (72.66% from 255 or 56.57% from 327); Max value from RGB is 185 - color contains mainly: blue. Hex color #404EB9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #404EB9 is #BFB146. Grayscale: #555555. Windows color (decimal): -12562759 or 12144192. OLE color: 12144192.

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

Color convert

RGB6478185-
CMYK0.650.5800.27
HSL233.06º48.59%48.82%-
HSV(B)233.06º65.41%72.55%-
XYZ13.610.0447.12-
YUV86.01183.86112.3-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 19.57%
GREEN value IS 78 (30.86% from 255) = 23.85%
BLUE value IS 185 (72.66% from 255) = 56.57%
R=19.57%
G=23.85%
B=56.57%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal64781850.650.5800.27233.0648.5948.82
Hex404EB9413A01Be93131
Octal100116271101720333516161
Binary1000000100111010111001100000111101001101111101001110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404EB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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