Shades of Free Speech Blue #4858CF
Tints of Free Speech Blue #4858CF
RGB
CMYK
RGB Variations
Color information
#4858CF (or 0x4858CF) is known color: Free Speech Blue. HEX triplet: 48, 58 and CF. RGB value is (72,88,207). Sum of RGB (Red+Green+Blue) = 72+88+207=367 (48% of max value = 765). Red value is 72 (28.52% from 255 or 19.62% from 367); Green value is 88 (34.77% from 255 or 23.98% from 367); Blue value is 207 (81.25% from 255 or 56.40% from 367); Max value from RGB is 207 - color contains mainly: blue. Hex color #4858CF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4858CF is #B7A730. Grayscale: #606060. Windows color (decimal): -12035889 or 13588552. OLE color: 13588552.
HSL color Cylindrical-coordinate representation of color #4858CF: hue angle of 232.89º 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 #4858CF is Cyan = 0.65, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 72 | 88 | 207 | - |
| CMYK | 0.65 | 0.57 | 0 | 0.19 |
| HSL | 232.89º | 0.58% | 0.55% | - |
| HSV(B) | 232.89º | 0.65% | 0.81% | - |
| XYZ | 17.42 | 12.86 | 60.6 | - |
| YUV | 96.78 | 190.2 | 110.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 88 | 207 | 0.65 | 0.57 | 0 | 0.19 | 232.89 | 0.58 | 0.55 |
| Hex | 48 | 58 | CF | 41 | 39 | 0 | 13 | E9 | 3A | 37 |
| Octal | 110 | 130 | 317 | 101 | 71 | 0 | 23 | 351 | 72 | 67 |
| Binary | 1001000 | 1011000 | 11001111 | 1000001 | 111001 | 0 | 10011 | 11101001 | 111010 | 110111 |
Color Harmonies of #4858CF
Complementary color
Monochromatic Colors of #4858CF
Black with #4858CF
Text Example
Text Example
White with #4858CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4858CF; }
p { color: rgb(72,88,207); }
H1.HeaderClassName
{
color: #4858CF;
}
.AnyTagClassName
{
color: #4858CF;
}
</style>
background-color css
<style>
a { background-color: #4858CF; }
a { background-color: rgb(72,88,207); }
div.DivClassName
{
background-color: #4858CF;
}
.BgClassName
{
background-color: #4858CF;
}
</style>
border-color css
<style>
span { border-color: #4858CF; }
span { border-color: rgb(72,88,207); }
td.TdClassName
{
border-color: #4858CF;
}
.TagClassName
{
border-color: #4858CF;
}
</style>