#404AB9

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

Shades of Free Speech Blue #404AB9

Tints of Free Speech Blue #404AB9

Color information

#404AB9 (or 0x404AB9) is unknown color: approx Free Speech Blue. HEX triplet: 40, 4A and B9. RGB value is (64,74,185). Sum of RGB (Red+Green+Blue) = 64+74+185=323 (42% of max value = 765). Red value is 64 (25.39% from 255 or 19.81% from 323); Green value is 74 (29.30% from 255 or 22.91% from 323); Blue value is 185 (72.66% from 255 or 57.28% from 323); Max value from RGB is 185 - color contains mainly: blue. Hex color #404AB9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #404AB9 is #BFB546. Grayscale: #535353. Windows color (decimal): -12563783 or 12143168. OLE color: 12143168.

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

Color convert

RGB6474185-
CMYK0.650.600.27
HSL235.04º48.59%48.82%-
HSV(B)235.04º65.41%72.55%-
XYZ13.329.4947.03-
YUV83.66185.19113.97-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 19.81%
GREEN value IS 74 (29.30% from 255) = 22.91%
BLUE value IS 185 (72.66% from 255) = 57.28%
R=19.81%
G=22.91%
B=57.28%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.6
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal64741850.650.600.27235.0448.5948.82
Hex404AB9413C01Beb3131
Octal100112271101740333536161
Binary1000000100101010111001100000111110001101111101011110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404AB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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