Shades of Free Speech Blue #4853DC
Tints of Free Speech Blue #4853DC
RGB
CMYK
RGB Variations
Color information
#4853DC (or 0x4853DC) is known color: Free Speech Blue. HEX triplet: 48, 53 and DC. RGB value is (72,83,220). Sum of RGB (Red+Green+Blue) = 72+83+220=375 (49% of max value = 765). Red value is 72 (28.52% from 255 or 19.2% from 375); Green value is 83 (32.81% from 255 or 22.13% from 375); Blue value is 220 (86.33% from 255 or 58.67% from 375); Max value from RGB is 220 - color contains mainly: blue. Hex color #4853DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4853DC is #B7AC23. Grayscale: #5E5E5E. Windows color (decimal): -12037156 or 14439240. OLE color: 14439240.
HSL color Cylindrical-coordinate representation of color #4853DC: hue angle of 235.54º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4853DC is Cyan = 0.67, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 72 | 83 | 220 | - |
| CMYK | 0.67 | 0.62 | 0 | 0.14 |
| HSL | 235.54º | 0.68% | 0.57% | - |
| HSV(B) | 235.54º | 0.67% | 0.86% | - |
| XYZ | 18.68 | 12.73 | 69.18 | - |
| YUV | 95.33 | 198.36 | 111.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 83 | 220 | 0.67 | 0.62 | 0 | 0.14 | 235.54 | 0.68 | 0.57 |
| Hex | 48 | 53 | DC | 43 | 3E | 0 | E | EC | 44 | 39 |
| Octal | 110 | 123 | 334 | 103 | 76 | 0 | 16 | 354 | 104 | 71 |
| Binary | 1001000 | 1010011 | 11011100 | 1000011 | 111110 | 0 | 1110 | 11101100 | 1000100 | 111001 |
Color Harmonies of #4853DC
Complementary color
Monochromatic Colors of #4853DC
Black with #4853DC
Text Example
Text Example
White with #4853DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4853DC; }
p { color: rgb(72,83,220); }
H1.HeaderClassName
{
color: #4853DC;
}
.AnyTagClassName
{
color: #4853DC;
}
</style>
background-color css
<style>
a { background-color: #4853DC; }
a { background-color: rgb(72,83,220); }
div.DivClassName
{
background-color: #4853DC;
}
.BgClassName
{
background-color: #4853DC;
}
</style>
border-color css
<style>
span { border-color: #4853DC; }
span { border-color: rgb(72,83,220); }
td.TdClassName
{
border-color: #4853DC;
}
.TagClassName
{
border-color: #4853DC;
}
</style>