Shades of Free Speech Blue #4865CB
Tints of Free Speech Blue #4865CB
RGB
CMYK
RGB Variations
Color information
#4865CB (or 0x4865CB) is known color: Free Speech Blue. HEX triplet: 48, 65 and CB. RGB value is (72,101,203). Sum of RGB (Red+Green+Blue) = 72+101+203=376 (49% of max value = 765). Red value is 72 (28.52% from 255 or 19.15% from 376); Green value is 101 (39.84% from 255 or 26.86% from 376); Blue value is 203 (79.69% from 255 or 53.99% from 376); Max value from RGB is 203 - color contains mainly: blue. Hex color #4865CB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4865CB is #B79A34. Grayscale: #676767. Windows color (decimal): -12032565 or 13329736. OLE color: 13329736.
HSL color Cylindrical-coordinate representation of color #4865CB: hue angle of 226.72º 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 #4865CB is Cyan = 0.65, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 72 | 101 | 203 | - |
| CMYK | 0.65 | 0.50 | 0 | 0.20 |
| HSL | 226.72º | 0.56% | 0.54% | - |
| HSV(B) | 226.72º | 0.65% | 0.8% | - |
| XYZ | 18.11 | 15 | 58.44 | - |
| YUV | 103.96 | 183.89 | 105.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 101 | 203 | 0.65 | 0.50 | 0 | 0.20 | 226.72 | 0.56 | 0.54 |
| Hex | 48 | 65 | CB | 41 | 32 | 0 | 14 | E3 | 38 | 36 |
| Octal | 110 | 145 | 313 | 101 | 62 | 0 | 24 | 343 | 70 | 66 |
| Binary | 1001000 | 1100101 | 11001011 | 1000001 | 110010 | 0 | 10100 | 11100011 | 111000 | 110110 |
Color Harmonies of #4865CB
Complementary color
Monochromatic Colors of #4865CB
Black with #4865CB
Text Example
Text Example
White with #4865CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4865CB; }
p { color: rgb(72,101,203); }
H1.HeaderClassName
{
color: #4865CB;
}
.AnyTagClassName
{
color: #4865CB;
}
</style>
background-color css
<style>
a { background-color: #4865CB; }
a { background-color: rgb(72,101,203); }
div.DivClassName
{
background-color: #4865CB;
}
.BgClassName
{
background-color: #4865CB;
}
</style>
border-color css
<style>
span { border-color: #4865CB; }
span { border-color: rgb(72,101,203); }
td.TdClassName
{
border-color: #4865CB;
}
.TagClassName
{
border-color: #4865CB;
}
</style>