#406CC0

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

Shades of Free Speech Blue #406CC0

Tints of Free Speech Blue #406CC0

Color information

#406CC0 (or 0x406CC0) is unknown color: approx Free Speech Blue. HEX triplet: 40, 6C and C0. RGB value is (64,108,192). Sum of RGB (Red+Green+Blue) = 64+108+192=364 (48% of max value = 765). Red value is 64 (25.39% from 255 or 17.58% from 364); Green value is 108 (42.58% from 255 or 29.67% from 364); Blue value is 192 (75.39% from 255 or 52.75% from 364); Max value from RGB is 192 - color contains mainly: blue. Hex color #406CC0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #406CC0 is #BF933F. Grayscale: #686868. Windows color (decimal): -12555072 or 12610624. OLE color: 12610624.

HSL color Cylindrical-coordinate representation of color #406CC0: hue angle of 219.38º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #406CC0 is Cyan = 0.67, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB64108192-
CMYK0.670.4400.25
HSL219.38º50.39%50.2%-
HSV(B)219.38º66.67%75.29%-
XYZ16.9915.6251.99-
YUV104.42177.4299.17-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 17.58%
GREEN value IS 108 (42.58% from 255) = 29.67%
BLUE value IS 192 (75.39% from 255) = 52.75%
R=17.58%
G=29.67%
B=52.75%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal641081920.670.4400.25219.3850.3950.2
Hex406CC0432C019db3232
Octal100154300103540313336262
Binary1000000110110011000000100001110110001100111011011110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #406CC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,108,192); }

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

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

 a { background-color: rgb(64,108,192); }

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

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

 span { border-color: rgb(64,108,192); }

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