Shades of Free Speech Blue #4C60CE
Tints of Free Speech Blue #4C60CE
RGB
CMYK
RGB Variations
Color information
#4C60CE (or 0x4C60CE) is known color: Free Speech Blue. HEX triplet: 4C, 60 and CE. RGB value is (76,96,206). Sum of RGB (Red+Green+Blue) = 76+96+206=378 (50% of max value = 765). Red value is 76 (30.08% from 255 or 20.11% from 378); Green value is 96 (37.89% from 255 or 25.40% from 378); Blue value is 206 (80.86% from 255 or 54.50% from 378); Max value from RGB is 206 - color contains mainly: blue. Hex color #4C60CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4C60CE is #B39F31. Grayscale: #666666. Windows color (decimal): -11771698 or 13525068. OLE color: 13525068.
HSL color Cylindrical-coordinate representation of color #4C60CE: hue angle of 230.77º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4C60CE is Cyan = 0.63, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 76 | 96 | 206 | - |
| CMYK | 0.63 | 0.53 | 0 | 0.19 |
| HSL | 230.77º | 0.57% | 0.55% | - |
| HSV(B) | 230.77º | 0.63% | 0.81% | - |
| XYZ | 18.3 | 14.36 | 60.2 | - |
| YUV | 102.56 | 186.37 | 109.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 96 | 206 | 0.63 | 0.53 | 0 | 0.19 | 230.77 | 0.57 | 0.55 |
| Hex | 4C | 60 | CE | 3F | 35 | 0 | 13 | E7 | 39 | 37 |
| Octal | 114 | 140 | 316 | 77 | 65 | 0 | 23 | 347 | 71 | 67 |
| Binary | 1001100 | 1100000 | 11001110 | 111111 | 110101 | 0 | 10011 | 11100111 | 111001 | 110111 |
Color Harmonies of #4C60CE
Complementary color
Monochromatic Colors of #4C60CE
Black with #4C60CE
Text Example
Text Example
White with #4C60CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C60CE; }
p { color: rgb(76,96,206); }
H1.HeaderClassName
{
color: #4C60CE;
}
.AnyTagClassName
{
color: #4C60CE;
}
</style>
background-color css
<style>
a { background-color: #4C60CE; }
a { background-color: rgb(76,96,206); }
div.DivClassName
{
background-color: #4C60CE;
}
.BgClassName
{
background-color: #4C60CE;
}
</style>
border-color css
<style>
span { border-color: #4C60CE; }
span { border-color: rgb(76,96,206); }
td.TdClassName
{
border-color: #4C60CE;
}
.TagClassName
{
border-color: #4C60CE;
}
</style>