Shades of Free Speech Blue #4850CB
Tints of Free Speech Blue #4850CB
RGB
CMYK
RGB Variations
Color information
#4850CB (or 0x4850CB) is known color: Free Speech Blue. HEX triplet: 48, 50 and CB. RGB value is (72,80,203). Sum of RGB (Red+Green+Blue) = 72+80+203=355 (47% of max value = 765). Red value is 72 (28.52% from 255 or 20.28% from 355); Green value is 80 (31.64% from 255 or 22.54% from 355); Blue value is 203 (79.69% from 255 or 57.18% from 355); Max value from RGB is 203 - color contains mainly: blue. Hex color #4850CB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4850CB is #B7AF34. Grayscale: #5B5B5B. Windows color (decimal): -12037941 or 13324360. OLE color: 13324360.
HSL color Cylindrical-coordinate representation of color #4850CB: hue angle of 236.34º 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 #4850CB is Cyan = 0.65, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 72 | 80 | 203 | - |
| CMYK | 0.65 | 0.61 | 0 | 0.20 |
| HSL | 236.34º | 0.56% | 0.54% | - |
| HSV(B) | 236.34º | 0.65% | 0.8% | - |
| XYZ | 16.32 | 11.43 | 57.85 | - |
| YUV | 91.63 | 190.85 | 114 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 80 | 203 | 0.65 | 0.61 | 0 | 0.20 | 236.34 | 0.56 | 0.54 |
| Hex | 48 | 50 | CB | 41 | 3D | 0 | 14 | EC | 38 | 36 |
| Octal | 110 | 120 | 313 | 101 | 75 | 0 | 24 | 354 | 70 | 66 |
| Binary | 1001000 | 1010000 | 11001011 | 1000001 | 111101 | 0 | 10100 | 11101100 | 111000 | 110110 |
Color Harmonies of #4850CB
Complementary color
Monochromatic Colors of #4850CB
Black with #4850CB
Text Example
Text Example
White with #4850CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4850CB; }
p { color: rgb(72,80,203); }
H1.HeaderClassName
{
color: #4850CB;
}
.AnyTagClassName
{
color: #4850CB;
}
</style>
background-color css
<style>
a { background-color: #4850CB; }
a { background-color: rgb(72,80,203); }
div.DivClassName
{
background-color: #4850CB;
}
.BgClassName
{
background-color: #4850CB;
}
</style>
border-color css
<style>
span { border-color: #4850CB; }
span { border-color: rgb(72,80,203); }
td.TdClassName
{
border-color: #4850CB;
}
.TagClassName
{
border-color: #4850CB;
}
</style>