Shades of Free Speech Blue #483ACE
Tints of Free Speech Blue #483ACE
RGB
CMYK
RGB Variations
Color information
#483ACE (or 0x483ACE) is known color: Free Speech Blue. HEX triplet: 48, 3A and CE. RGB value is (72,58,206). Sum of RGB (Red+Green+Blue) = 72+58+206=336 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.43% from 336); Green value is 58 (23.05% from 255 or 17.26% from 336); Blue value is 206 (80.86% from 255 or 61.31% from 336); Max value from RGB is 206 - color contains mainly: blue. Hex color #483ACE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #483ACE is #B7C531. Grayscale: #4E4E4E. Windows color (decimal): -12043570 or 13515336. OLE color: 13515336.
HSL color Cylindrical-coordinate representation of color #483ACE: hue angle of 245.68º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #483ACE is Cyan = 0.65, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 72 | 58 | 206 | - |
| CMYK | 0.65 | 0.72 | 0 | 0.19 |
| HSL | 245.68º | 0.6% | 0.52% | - |
| HSV(B) | 245.68º | 0.72% | 0.81% | - |
| XYZ | 15.33 | 8.86 | 59.29 | - |
| YUV | 79.06 | 199.64 | 122.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 58 | 206 | 0.65 | 0.72 | 0 | 0.19 | 245.68 | 0.6 | 0.52 |
| Hex | 48 | 3A | CE | 41 | 48 | 0 | 13 | F6 | 3C | 34 |
| Octal | 110 | 72 | 316 | 101 | 110 | 0 | 23 | 366 | 74 | 64 |
| Binary | 1001000 | 111010 | 11001110 | 1000001 | 1001000 | 0 | 10011 | 11110110 | 111100 | 110100 |
Color Harmonies of #483ACE
Complementary color
Monochromatic Colors of #483ACE
Black with #483ACE
Text Example
Text Example
White with #483ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #483ACE; }
p { color: rgb(72,58,206); }
H1.HeaderClassName
{
color: #483ACE;
}
.AnyTagClassName
{
color: #483ACE;
}
</style>
background-color css
<style>
a { background-color: #483ACE; }
a { background-color: rgb(72,58,206); }
div.DivClassName
{
background-color: #483ACE;
}
.BgClassName
{
background-color: #483ACE;
}
</style>
border-color css
<style>
span { border-color: #483ACE; }
span { border-color: rgb(72,58,206); }
td.TdClassName
{
border-color: #483ACE;
}
.TagClassName
{
border-color: #483ACE;
}
</style>