Shades of Free Speech Blue #4858CA
Tints of Free Speech Blue #4858CA
RGB
CMYK
RGB Variations
Color information
#4858CA (or 0x4858CA) is known color: Free Speech Blue. HEX triplet: 48, 58 and CA. RGB value is (72,88,202). Sum of RGB (Red+Green+Blue) = 72+88+202=362 (47% of max value = 765). Red value is 72 (28.52% from 255 or 19.89% from 362); Green value is 88 (34.77% from 255 or 24.31% from 362); Blue value is 202 (79.30% from 255 or 55.80% from 362); Max value from RGB is 202 - color contains mainly: blue. Hex color #4858CA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4858CA is #B7A735. Grayscale: #5F5F5F. Windows color (decimal): -12035894 or 13260872. OLE color: 13260872.
HSL color Cylindrical-coordinate representation of color #4858CA: hue angle of 232.62º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4858CA is Cyan = 0.64, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 72 | 88 | 202 | - |
| CMYK | 0.64 | 0.56 | 0 | 0.21 |
| HSL | 232.62º | 0.55% | 0.54% | - |
| HSV(B) | 232.62º | 0.64% | 0.79% | - |
| XYZ | 16.82 | 12.62 | 57.43 | - |
| YUV | 96.21 | 187.7 | 110.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 88 | 202 | 0.64 | 0.56 | 0 | 0.21 | 232.62 | 0.55 | 0.54 |
| Hex | 48 | 58 | CA | 40 | 38 | 0 | 15 | E9 | 37 | 36 |
| Octal | 110 | 130 | 312 | 100 | 70 | 0 | 25 | 351 | 67 | 66 |
| Binary | 1001000 | 1011000 | 11001010 | 1000000 | 111000 | 0 | 10101 | 11101001 | 110111 | 110110 |
Color Harmonies of #4858CA
Complementary color
Monochromatic Colors of #4858CA
Black with #4858CA
Text Example
Text Example
White with #4858CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4858CA; }
p { color: rgb(72,88,202); }
H1.HeaderClassName
{
color: #4858CA;
}
.AnyTagClassName
{
color: #4858CA;
}
</style>
background-color css
<style>
a { background-color: #4858CA; }
a { background-color: rgb(72,88,202); }
div.DivClassName
{
background-color: #4858CA;
}
.BgClassName
{
background-color: #4858CA;
}
</style>
border-color css
<style>
span { border-color: #4858CA; }
span { border-color: rgb(72,88,202); }
td.TdClassName
{
border-color: #4858CA;
}
.TagClassName
{
border-color: #4858CA;
}
</style>