Shades of Free Speech Blue #483ECE
Tints of Free Speech Blue #483ECE
RGB
CMYK
RGB Variations
Color information
#483ECE (or 0x483ECE) is known color: Free Speech Blue. HEX triplet: 48, 3E and CE. RGB value is (72,62,206). Sum of RGB (Red+Green+Blue) = 72+62+206=340 (45% of max value = 765). Red value is 72 (28.52% from 255 or 21.18% from 340); Green value is 62 (24.61% from 255 or 18.24% from 340); Blue value is 206 (80.86% from 255 or 60.59% from 340); Max value from RGB is 206 - color contains mainly: blue. Hex color #483ECE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #483ECE is #B7C131. Grayscale: #505050. Windows color (decimal): -12042546 or 13516360. OLE color: 13516360.
HSL color Cylindrical-coordinate representation of color #483ECE: hue angle of 244.17º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #483ECE is Cyan = 0.65, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 72 | 62 | 206 | - |
| CMYK | 0.65 | 0.70 | 0 | 0.19 |
| HSL | 244.17º | 0.6% | 0.53% | - |
| HSV(B) | 244.17º | 0.7% | 0.81% | - |
| XYZ | 15.54 | 9.28 | 59.36 | - |
| YUV | 81.41 | 198.31 | 121.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 62 | 206 | 0.65 | 0.70 | 0 | 0.19 | 244.17 | 0.6 | 0.53 |
| Hex | 48 | 3E | CE | 41 | 46 | 0 | 13 | F4 | 3C | 35 |
| Octal | 110 | 76 | 316 | 101 | 106 | 0 | 23 | 364 | 74 | 65 |
| Binary | 1001000 | 111110 | 11001110 | 1000001 | 1000110 | 0 | 10011 | 11110100 | 111100 | 110101 |
Color Harmonies of #483ECE
Complementary color
Monochromatic Colors of #483ECE
Black with #483ECE
Text Example
Text Example
White with #483ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #483ECE; }
p { color: rgb(72,62,206); }
H1.HeaderClassName
{
color: #483ECE;
}
.AnyTagClassName
{
color: #483ECE;
}
</style>
background-color css
<style>
a { background-color: #483ECE; }
a { background-color: rgb(72,62,206); }
div.DivClassName
{
background-color: #483ECE;
}
.BgClassName
{
background-color: #483ECE;
}
</style>
border-color css
<style>
span { border-color: #483ECE; }
span { border-color: rgb(72,62,206); }
td.TdClassName
{
border-color: #483ECE;
}
.TagClassName
{
border-color: #483ECE;
}
</style>