#404ac2

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

Shades of Free Speech Blue #404AC2

Tints of Free Speech Blue #404AC2

Color information

#404AC2 (or 0x404AC2) is unknown color: approx Free Speech Blue. HEX triplet: 40, 4A and C2. RGB value is (64,74,194). Sum of RGB (Red+Green+Blue) = 64+74+194=332 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.28% from 332); Green value is 74 (29.30% from 255 or 22.29% from 332); Blue value is 194 (76.17% from 255 or 58.43% from 332); Max value from RGB is 194 - color contains mainly: blue. Hex color #404AC2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #404AC2 is #BFB53D. Grayscale: #545454. Windows color (decimal): -12563774 or 12732992. OLE color: 12732992.

HSL color Cylindrical-coordinate representation of color #404AC2: hue angle of 235.38º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #404AC2 is Cyan = 0.67, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB6474194-
CMYK0.670.6200.24
HSL235.38º51.59%50.59%-
HSV(B)235.38º67.01%76.08%-
XYZ14.39.8852.19-
YUV84.69189.69113.24-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 19.28%
GREEN value IS 74 (29.30% from 255) = 22.29%
BLUE value IS 194 (76.17% from 255) = 58.43%
R=19.28%
G=22.29%
B=58.43%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal64741940.670.6200.24235.3851.5950.59
Hex404AC2433E018eb3433
Octal100112302103760303536463
Binary1000000100101011000010100001111111001100011101011110100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404ac2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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