#404FB9

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

Shades of Free Speech Blue #404FB9

Tints of Free Speech Blue #404FB9

Color information

#404FB9 (or 0x404FB9) is unknown color: approx Free Speech Blue. HEX triplet: 40, 4F and B9. RGB value is (64,79,185). Sum of RGB (Red+Green+Blue) = 64+79+185=328 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.51% from 328); Green value is 79 (31.25% from 255 or 24.09% from 328); Blue value is 185 (72.66% from 255 or 56.40% from 328); Max value from RGB is 185 - color contains mainly: blue. Hex color #404FB9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #404FB9 is #BFB046. Grayscale: #565656. Windows color (decimal): -12562503 or 12144448. OLE color: 12144448.

HSL color Cylindrical-coordinate representation of color #404FB9: hue angle of 232.56º 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 #404FB9 is Cyan = 0.65, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB6479185-
CMYK0.650.5700.27
HSL232.56º48.59%48.82%-
HSV(B)232.56º65.41%72.55%-
XYZ13.6710.1847.14-
YUV86.6183.53111.88-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 19.51%
GREEN value IS 79 (31.25% from 255) = 24.09%
BLUE value IS 185 (72.66% from 255) = 56.40%
R=19.51%
G=24.09%
B=56.40%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal64791850.650.5700.27232.5648.5948.82
Hex404FB9413901Be93131
Octal100117271101710333516161
Binary1000000100111110111001100000111100101101111101001110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404FB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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