Shades of Free Speech Blue #4865CA
Tints of Free Speech Blue #4865CA
RGB
CMYK
RGB Variations
Color information
#4865CA (or 0x4865CA) is known color: Free Speech Blue. HEX triplet: 48, 65 and CA. RGB value is (72,101,202). Sum of RGB (Red+Green+Blue) = 72+101+202=375 (49% of max value = 765). Red value is 72 (28.52% from 255 or 19.2% from 375); Green value is 101 (39.84% from 255 or 26.93% from 375); Blue value is 202 (79.30% from 255 or 53.87% from 375); Max value from RGB is 202 - color contains mainly: blue. Hex color #4865CA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4865CA is #B79A35. Grayscale: #676767. Windows color (decimal): -12032566 or 13264200. OLE color: 13264200.
HSL color Cylindrical-coordinate representation of color #4865CA: hue angle of 226.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 #4865CA is Cyan = 0.64, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 72 | 101 | 202 | - |
| CMYK | 0.64 | 0.50 | 0 | 0.21 |
| HSL | 226.62º | 0.55% | 0.54% | - |
| HSV(B) | 226.62º | 0.64% | 0.79% | - |
| XYZ | 17.99 | 14.95 | 57.81 | - |
| YUV | 103.84 | 183.39 | 105.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 101 | 202 | 0.64 | 0.50 | 0 | 0.21 | 226.62 | 0.55 | 0.54 |
| Hex | 48 | 65 | CA | 40 | 32 | 0 | 15 | E3 | 37 | 36 |
| Octal | 110 | 145 | 312 | 100 | 62 | 0 | 25 | 343 | 67 | 66 |
| Binary | 1001000 | 1100101 | 11001010 | 1000000 | 110010 | 0 | 10101 | 11100011 | 110111 | 110110 |
Color Harmonies of #4865CA
Complementary color
Monochromatic Colors of #4865CA
Black with #4865CA
Text Example
Text Example
White with #4865CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4865CA; }
p { color: rgb(72,101,202); }
H1.HeaderClassName
{
color: #4865CA;
}
.AnyTagClassName
{
color: #4865CA;
}
</style>
background-color css
<style>
a { background-color: #4865CA; }
a { background-color: rgb(72,101,202); }
div.DivClassName
{
background-color: #4865CA;
}
.BgClassName
{
background-color: #4865CA;
}
</style>
border-color css
<style>
span { border-color: #4865CA; }
span { border-color: rgb(72,101,202); }
td.TdClassName
{
border-color: #4865CA;
}
.TagClassName
{
border-color: #4865CA;
}
</style>