#406AC1

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

Shades of Free Speech Blue #406AC1

Tints of Free Speech Blue #406AC1

Color information

#406AC1 (or 0x406AC1) is unknown color: approx Free Speech Blue. HEX triplet: 40, 6A and C1. RGB value is (64,106,193). Sum of RGB (Red+Green+Blue) = 64+106+193=363 (48% of max value = 765). Red value is 64 (25.39% from 255 or 17.63% from 363); Green value is 106 (41.80% from 255 or 29.20% from 363); Blue value is 193 (75.78% from 255 or 53.17% from 363); Max value from RGB is 193 - color contains mainly: blue. Hex color #406AC1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #406AC1 is #BF953E. Grayscale: #666666. Windows color (decimal): -12555583 or 12675648. OLE color: 12675648.

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

Color convert

RGB64106193-
CMYK0.670.4500.24
HSL220.47º50.99%50.39%-
HSV(B)220.47º66.84%75.69%-
XYZ16.8915.2552.5-
YUV103.36178.5999.93-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 17.63%
GREEN value IS 106 (41.80% from 255) = 29.20%
BLUE value IS 193 (75.78% from 255) = 53.17%
R=17.63%
G=29.20%
B=53.17%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal641061930.670.4500.24220.4750.9950.39
Hex406AC1432D018dc3332
Octal100152301103550303346362
Binary1000000110101011000001100001110110101100011011100110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #406AC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #406AC1; }

 p { color: rgb(64,106,193); }

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

<style>
 a { background-color: #406AC1; }

 a { background-color: rgb(64,106,193); }

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

<style>
 span { border-color: #406AC1; }

 span { border-color: rgb(64,106,193); }

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