Shades of Free Speech Blue #4842BC
Tints of Free Speech Blue #4842BC
RGB
CMYK
RGB Variations
Color information
#4842BC (or 0x4842BC) is known color: Free Speech Blue. HEX triplet: 48, 42 and BC. RGB value is (72,66,188). Sum of RGB (Red+Green+Blue) = 72+66+188=326 (43% of max value = 765). Red value is 72 (28.52% from 255 or 22.09% from 326); Green value is 66 (26.17% from 255 or 20.25% from 326); Blue value is 188 (73.83% from 255 or 57.67% from 326); Max value from RGB is 188 - color contains mainly: blue. Hex color #4842BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4842BC is #B7BD43. Grayscale: #515151. Windows color (decimal): -12041540 or 12337736. OLE color: 12337736.
HSL color Cylindrical-coordinate representation of color #4842BC: hue angle of 242.95º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4842BC is Cyan = 0.62, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 72 | 66 | 188 | - |
| CMYK | 0.62 | 0.65 | 0 | 0.26 |
| HSL | 242.95º | 0.48% | 0.5% | - |
| HSV(B) | 242.95º | 0.65% | 0.74% | - |
| XYZ | 13.7 | 8.9 | 48.57 | - |
| YUV | 81.7 | 187.99 | 121.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 66 | 188 | 0.62 | 0.65 | 0 | 0.26 | 242.95 | 0.48 | 0.5 |
| Hex | 48 | 42 | BC | 3E | 41 | 0 | 1A | F3 | 30 | 32 |
| Octal | 110 | 102 | 274 | 76 | 101 | 0 | 32 | 363 | 60 | 62 |
| Binary | 1001000 | 1000010 | 10111100 | 111110 | 1000001 | 0 | 11010 | 11110011 | 110000 | 110010 |
Color Harmonies of #4842BC
Complementary color
Monochromatic Colors of #4842BC
Black with #4842BC
Text Example
Text Example
White with #4842BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4842BC; }
p { color: rgb(72,66,188); }
H1.HeaderClassName
{
color: #4842BC;
}
.AnyTagClassName
{
color: #4842BC;
}
</style>
background-color css
<style>
a { background-color: #4842BC; }
a { background-color: rgb(72,66,188); }
div.DivClassName
{
background-color: #4842BC;
}
.BgClassName
{
background-color: #4842BC;
}
</style>
border-color css
<style>
span { border-color: #4842BC; }
span { border-color: rgb(72,66,188); }
td.TdClassName
{
border-color: #4842BC;
}
.TagClassName
{
border-color: #4842BC;
}
</style>