Shades of Free Speech Blue #4866CA
Tints of Free Speech Blue #4866CA
RGB
CMYK
RGB Variations
Color information
#4866CA (or 0x4866CA) is known color: Free Speech Blue. HEX triplet: 48, 66 and CA. RGB value is (72,102,202). Sum of RGB (Red+Green+Blue) = 72+102+202=376 (49% of max value = 765). Red value is 72 (28.52% from 255 or 19.15% from 376); Green value is 102 (40.23% from 255 or 27.13% from 376); Blue value is 202 (79.30% from 255 or 53.72% from 376); Max value from RGB is 202 - color contains mainly: blue. Hex color #4866CA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4866CA is #B79935. Grayscale: #686868. Windows color (decimal): -12032310 or 13264456. OLE color: 13264456.
HSL color Cylindrical-coordinate representation of color #4866CA: hue angle of 226.15º 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 #4866CA is Cyan = 0.64, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 72 | 102 | 202 | - |
| CMYK | 0.64 | 0.50 | 0 | 0.21 |
| HSL | 226.15º | 0.55% | 0.54% | - |
| HSV(B) | 226.15º | 0.64% | 0.79% | - |
| XYZ | 18.08 | 15.14 | 57.85 | - |
| YUV | 104.43 | 183.06 | 104.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 102 | 202 | 0.64 | 0.50 | 0 | 0.21 | 226.15 | 0.55 | 0.54 |
| Hex | 48 | 66 | CA | 40 | 32 | 0 | 15 | E2 | 37 | 36 |
| Octal | 110 | 146 | 312 | 100 | 62 | 0 | 25 | 342 | 67 | 66 |
| Binary | 1001000 | 1100110 | 11001010 | 1000000 | 110010 | 0 | 10101 | 11100010 | 110111 | 110110 |
Color Harmonies of #4866CA
Complementary color
Monochromatic Colors of #4866CA
Black with #4866CA
Text Example
Text Example
White with #4866CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4866CA; }
p { color: rgb(72,102,202); }
H1.HeaderClassName
{
color: #4866CA;
}
.AnyTagClassName
{
color: #4866CA;
}
</style>
background-color css
<style>
a { background-color: #4866CA; }
a { background-color: rgb(72,102,202); }
div.DivClassName
{
background-color: #4866CA;
}
.BgClassName
{
background-color: #4866CA;
}
</style>
border-color css
<style>
span { border-color: #4866CA; }
span { border-color: rgb(72,102,202); }
td.TdClassName
{
border-color: #4866CA;
}
.TagClassName
{
border-color: #4866CA;
}
</style>