Shades of Free Speech Blue #4060CE
Tints of Free Speech Blue #4060CE
RGB
CMYK
RGB Variations
Color information
#4060CE (or 0x4060CE) is known color: Free Speech Blue. HEX triplet: 40, 60 and CE. RGB value is (64,96,206). Sum of RGB (Red+Green+Blue) = 64+96+206=366 (48% of max value = 765). Red value is 64 (25.39% from 255 or 17.49% from 366); Green value is 96 (37.89% from 255 or 26.23% from 366); Blue value is 206 (80.86% from 255 or 56.28% from 366); Max value from RGB is 206 - color contains mainly: blue. Hex color #4060CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4060CE is #BF9F31. Grayscale: #626262. Windows color (decimal): -12558130 or 13525056. OLE color: 13525056.
HSL color Cylindrical-coordinate representation of color #4060CE: hue angle of 226.48º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4060CE is Cyan = 0.69, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 64 | 96 | 206 | - |
| CMYK | 0.69 | 0.53 | 0 | 0.19 |
| HSL | 226.48º | 0.59% | 0.53% | - |
| HSV(B) | 226.48º | 0.69% | 0.81% | - |
| XYZ | 17.44 | 13.91 | 60.16 | - |
| YUV | 98.97 | 188.4 | 103.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 96 | 206 | 0.69 | 0.53 | 0 | 0.19 | 226.48 | 0.59 | 0.53 |
| Hex | 40 | 60 | CE | 45 | 35 | 0 | 13 | E2 | 3B | 35 |
| Octal | 100 | 140 | 316 | 105 | 65 | 0 | 23 | 342 | 73 | 65 |
| Binary | 1000000 | 1100000 | 11001110 | 1000101 | 110101 | 0 | 10011 | 11100010 | 111011 | 110101 |
Color Harmonies of #4060CE
Complementary color
Monochromatic Colors of #4060CE
Black with #4060CE
Text Example
Text Example
White with #4060CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4060CE; }
p { color: rgb(64,96,206); }
H1.HeaderClassName
{
color: #4060CE;
}
.AnyTagClassName
{
color: #4060CE;
}
</style>
background-color css
<style>
a { background-color: #4060CE; }
a { background-color: rgb(64,96,206); }
div.DivClassName
{
background-color: #4060CE;
}
.BgClassName
{
background-color: #4060CE;
}
</style>
border-color css
<style>
span { border-color: #4060CE; }
span { border-color: rgb(64,96,206); }
td.TdClassName
{
border-color: #4060CE;
}
.TagClassName
{
border-color: #4060CE;
}
</style>