Shades of Free Speech Blue #483EC0
Tints of Free Speech Blue #483EC0
RGB
CMYK
RGB Variations
Color information
#483EC0 (or 0x483EC0) is known color: Free Speech Blue. HEX triplet: 48, 3E and C0. RGB value is (72,62,192). Sum of RGB (Red+Green+Blue) = 72+62+192=326 (43% of max value = 765). Red value is 72 (28.52% from 255 or 22.09% from 326); Green value is 62 (24.61% from 255 or 19.02% from 326); Blue value is 192 (75.39% from 255 or 58.90% from 326); Max value from RGB is 192 - color contains mainly: blue. Hex color #483EC0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #483EC0 is #B7C13F. Grayscale: #4F4F4F. Windows color (decimal): -12042560 or 12598856. OLE color: 12598856.
HSL color Cylindrical-coordinate representation of color #483EC0: hue angle of 244.62º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #483EC0 is Cyan = 0.63, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 72 | 62 | 192 | - |
| CMYK | 0.63 | 0.68 | 0 | 0.25 |
| HSL | 244.62º | 0.51% | 0.5% | - |
| HSV(B) | 244.62º | 0.68% | 0.75% | - |
| XYZ | 13.91 | 8.63 | 50.8 | - |
| YUV | 79.81 | 191.31 | 122.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 62 | 192 | 0.63 | 0.68 | 0 | 0.25 | 244.62 | 0.51 | 0.5 |
| Hex | 48 | 3E | C0 | 3F | 44 | 0 | 19 | F5 | 33 | 32 |
| Octal | 110 | 76 | 300 | 77 | 104 | 0 | 31 | 365 | 63 | 62 |
| Binary | 1001000 | 111110 | 11000000 | 111111 | 1000100 | 0 | 11001 | 11110101 | 110011 | 110010 |
Color Harmonies of #483EC0
Complementary color
Monochromatic Colors of #483EC0
Black with #483EC0
Text Example
Text Example
White with #483EC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #483EC0; }
p { color: rgb(72,62,192); }
H1.HeaderClassName
{
color: #483EC0;
}
.AnyTagClassName
{
color: #483EC0;
}
</style>
background-color css
<style>
a { background-color: #483EC0; }
a { background-color: rgb(72,62,192); }
div.DivClassName
{
background-color: #483EC0;
}
.BgClassName
{
background-color: #483EC0;
}
</style>
border-color css
<style>
span { border-color: #483EC0; }
span { border-color: rgb(72,62,192); }
td.TdClassName
{
border-color: #483EC0;
}
.TagClassName
{
border-color: #483EC0;
}
</style>