Shades of Free Speech Blue #483ACB
Tints of Free Speech Blue #483ACB
RGB
CMYK
RGB Variations
Color information
#483ACB (or 0x483ACB) is known color: Free Speech Blue. HEX triplet: 48, 3A and CB. RGB value is (72,58,203). Sum of RGB (Red+Green+Blue) = 72+58+203=333 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.62% from 333); Green value is 58 (23.05% from 255 or 17.42% from 333); Blue value is 203 (79.69% from 255 or 60.96% from 333); Max value from RGB is 203 - color contains mainly: blue. Hex color #483ACB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #483ACB is #B7C534. Grayscale: #4E4E4E. Windows color (decimal): -12043573 or 13318728. OLE color: 13318728.
HSL color Cylindrical-coordinate representation of color #483ACB: hue angle of 245.79º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #483ACB is Cyan = 0.65, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 72 | 58 | 203 | - |
| CMYK | 0.65 | 0.71 | 0 | 0.20 |
| HSL | 245.79º | 0.58% | 0.51% | - |
| HSV(B) | 245.79º | 0.71% | 0.8% | - |
| XYZ | 14.97 | 8.72 | 57.39 | - |
| YUV | 78.72 | 198.14 | 123.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 58 | 203 | 0.65 | 0.71 | 0 | 0.20 | 245.79 | 0.58 | 0.51 |
| Hex | 48 | 3A | CB | 41 | 47 | 0 | 14 | F6 | 3A | 33 |
| Octal | 110 | 72 | 313 | 101 | 107 | 0 | 24 | 366 | 72 | 63 |
| Binary | 1001000 | 111010 | 11001011 | 1000001 | 1000111 | 0 | 10100 | 11110110 | 111010 | 110011 |
Color Harmonies of #483ACB
Complementary color
Monochromatic Colors of #483ACB
Black with #483ACB
Text Example
Text Example
White with #483ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #483ACB; }
p { color: rgb(72,58,203); }
H1.HeaderClassName
{
color: #483ACB;
}
.AnyTagClassName
{
color: #483ACB;
}
</style>
background-color css
<style>
a { background-color: #483ACB; }
a { background-color: rgb(72,58,203); }
div.DivClassName
{
background-color: #483ACB;
}
.BgClassName
{
background-color: #483ACB;
}
</style>
border-color css
<style>
span { border-color: #483ACB; }
span { border-color: rgb(72,58,203); }
td.TdClassName
{
border-color: #483ACB;
}
.TagClassName
{
border-color: #483ACB;
}
</style>