Shades of Free Speech Blue #4842DC
Tints of Free Speech Blue #4842DC
RGB
CMYK
RGB Variations
Color information
#4842DC (or 0x4842DC) is known color: Free Speech Blue. HEX triplet: 48, 42 and DC. RGB value is (72,66,220). Sum of RGB (Red+Green+Blue) = 72+66+220=358 (47% of max value = 765). Red value is 72 (28.52% from 255 or 20.11% from 358); Green value is 66 (26.17% from 255 or 18.44% from 358); Blue value is 220 (86.33% from 255 or 61.45% from 358); Max value from RGB is 220 - color contains mainly: blue. Hex color #4842DC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4842DC is #B7BD23. Grayscale: #545454. Windows color (decimal): -12041508 or 14434888. OLE color: 14434888.
HSL color Cylindrical-coordinate representation of color #4842DC: hue angle of 242.34º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4842DC is Cyan = 0.67, Magento = 0.7, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 72 | 66 | 220 | - |
| CMYK | 0.67 | 0.7 | 0 | 0.14 |
| HSL | 242.34º | 0.69% | 0.56% | - |
| HSV(B) | 242.34º | 0.7% | 0.86% | - |
| XYZ | 17.54 | 10.44 | 68.8 | - |
| YUV | 85.35 | 203.99 | 118.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 66 | 220 | 0.67 | 0.7 | 0 | 0.14 | 242.34 | 0.69 | 0.56 |
| Hex | 48 | 42 | DC | 43 | 46 | 0 | E | F2 | 45 | 38 |
| Octal | 110 | 102 | 334 | 103 | 106 | 0 | 16 | 362 | 105 | 70 |
| Binary | 1001000 | 1000010 | 11011100 | 1000011 | 1000110 | 0 | 1110 | 11110010 | 1000101 | 111000 |
Color Harmonies of #4842DC
Complementary color
Monochromatic Colors of #4842DC
Black with #4842DC
Text Example
Text Example
White with #4842DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4842DC; }
p { color: rgb(72,66,220); }
H1.HeaderClassName
{
color: #4842DC;
}
.AnyTagClassName
{
color: #4842DC;
}
</style>
background-color css
<style>
a { background-color: #4842DC; }
a { background-color: rgb(72,66,220); }
div.DivClassName
{
background-color: #4842DC;
}
.BgClassName
{
background-color: #4842DC;
}
</style>
border-color css
<style>
span { border-color: #4842DC; }
span { border-color: rgb(72,66,220); }
td.TdClassName
{
border-color: #4842DC;
}
.TagClassName
{
border-color: #4842DC;
}
</style>