Shades of Free Speech Blue #4860CE
Tints of Free Speech Blue #4860CE
RGB
CMYK
RGB Variations
Color information
#4860CE (or 0x4860CE) is known color: Free Speech Blue. HEX triplet: 48, 60 and CE. RGB value is (72,96,206). Sum of RGB (Red+Green+Blue) = 72+96+206=374 (49% of max value = 765). Red value is 72 (28.52% from 255 or 19.25% from 374); Green value is 96 (37.89% from 255 or 25.67% from 374); Blue value is 206 (80.86% from 255 or 55.08% from 374); Max value from RGB is 206 - color contains mainly: blue. Hex color #4860CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4860CE is #B79F31. Grayscale: #646464. Windows color (decimal): -12033842 or 13525064. OLE color: 13525064.
HSL color Cylindrical-coordinate representation of color #4860CE: hue angle of 229.25º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4860CE is Cyan = 0.65, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 72 | 96 | 206 | - |
| CMYK | 0.65 | 0.53 | 0 | 0.19 |
| HSL | 229.25º | 0.58% | 0.55% | - |
| HSV(B) | 229.25º | 0.65% | 0.81% | - |
| XYZ | 18 | 14.2 | 60.18 | - |
| YUV | 101.36 | 187.05 | 107.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 96 | 206 | 0.65 | 0.53 | 0 | 0.19 | 229.25 | 0.58 | 0.55 |
| Hex | 48 | 60 | CE | 41 | 35 | 0 | 13 | E5 | 3A | 37 |
| Octal | 110 | 140 | 316 | 101 | 65 | 0 | 23 | 345 | 72 | 67 |
| Binary | 1001000 | 1100000 | 11001110 | 1000001 | 110101 | 0 | 10011 | 11100101 | 111010 | 110111 |
Color Harmonies of #4860CE
Complementary color
Monochromatic Colors of #4860CE
Black with #4860CE
Text Example
Text Example
White with #4860CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4860CE; }
p { color: rgb(72,96,206); }
H1.HeaderClassName
{
color: #4860CE;
}
.AnyTagClassName
{
color: #4860CE;
}
</style>
background-color css
<style>
a { background-color: #4860CE; }
a { background-color: rgb(72,96,206); }
div.DivClassName
{
background-color: #4860CE;
}
.BgClassName
{
background-color: #4860CE;
}
</style>
border-color css
<style>
span { border-color: #4860CE; }
span { border-color: rgb(72,96,206); }
td.TdClassName
{
border-color: #4860CE;
}
.TagClassName
{
border-color: #4860CE;
}
</style>