Shades of Free Speech Blue #4859CB
Tints of Free Speech Blue #4859CB
RGB
CMYK
RGB Variations
Color information
#4859CB (or 0x4859CB) is known color: Free Speech Blue. HEX triplet: 48, 59 and CB. RGB value is (72,89,203). Sum of RGB (Red+Green+Blue) = 72+89+203=364 (48% of max value = 765). Red value is 72 (28.52% from 255 or 19.78% from 364); Green value is 89 (35.16% from 255 or 24.45% from 364); Blue value is 203 (79.69% from 255 or 55.77% from 364); Max value from RGB is 203 - color contains mainly: blue. Hex color #4859CB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4859CB is #B7A634. Grayscale: #606060. Windows color (decimal): -12035637 or 13326664. OLE color: 13326664.
HSL color Cylindrical-coordinate representation of color #4859CB: hue angle of 232.21º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4859CB is Cyan = 0.65, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 72 | 89 | 203 | - |
| CMYK | 0.65 | 0.56 | 0 | 0.20 |
| HSL | 232.21º | 0.56% | 0.54% | - |
| HSV(B) | 232.21º | 0.65% | 0.8% | - |
| XYZ | 17.02 | 12.83 | 58.08 | - |
| YUV | 96.91 | 187.87 | 110.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 89 | 203 | 0.65 | 0.56 | 0 | 0.20 | 232.21 | 0.56 | 0.54 |
| Hex | 48 | 59 | CB | 41 | 38 | 0 | 14 | E8 | 38 | 36 |
| Octal | 110 | 131 | 313 | 101 | 70 | 0 | 24 | 350 | 70 | 66 |
| Binary | 1001000 | 1011001 | 11001011 | 1000001 | 111000 | 0 | 10100 | 11101000 | 111000 | 110110 |
Color Harmonies of #4859CB
Complementary color
Monochromatic Colors of #4859CB
Black with #4859CB
Text Example
Text Example
White with #4859CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4859CB; }
p { color: rgb(72,89,203); }
H1.HeaderClassName
{
color: #4859CB;
}
.AnyTagClassName
{
color: #4859CB;
}
</style>
background-color css
<style>
a { background-color: #4859CB; }
a { background-color: rgb(72,89,203); }
div.DivClassName
{
background-color: #4859CB;
}
.BgClassName
{
background-color: #4859CB;
}
</style>
border-color css
<style>
span { border-color: #4859CB; }
span { border-color: rgb(72,89,203); }
td.TdClassName
{
border-color: #4859CB;
}
.TagClassName
{
border-color: #4859CB;
}
</style>