Shades of Free Speech Blue #483DCB
Tints of Free Speech Blue #483DCB
RGB
CMYK
RGB Variations
Color information
#483DCB (or 0x483DCB) is known color: Free Speech Blue. HEX triplet: 48, 3D and CB. RGB value is (72,61,203). Sum of RGB (Red+Green+Blue) = 72+61+203=336 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.43% from 336); Green value is 61 (24.22% from 255 or 18.15% from 336); Blue value is 203 (79.69% from 255 or 60.42% from 336); Max value from RGB is 203 - color contains mainly: blue. Hex color #483DCB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #483DCB is #B7C234. Grayscale: #4F4F4F. Windows color (decimal): -12042805 or 13319496. OLE color: 13319496.
HSL color Cylindrical-coordinate representation of color #483DCB: hue angle of 244.65º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #483DCB is Cyan = 0.65, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 72 | 61 | 203 | - |
| CMYK | 0.65 | 0.70 | 0 | 0.20 |
| HSL | 244.65º | 0.58% | 0.52% | - |
| HSV(B) | 244.65º | 0.7% | 0.8% | - |
| XYZ | 15.12 | 9.03 | 57.45 | - |
| YUV | 80.48 | 197.14 | 121.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 61 | 203 | 0.65 | 0.70 | 0 | 0.20 | 244.65 | 0.58 | 0.52 |
| Hex | 48 | 3D | CB | 41 | 46 | 0 | 14 | F5 | 3A | 34 |
| Octal | 110 | 75 | 313 | 101 | 106 | 0 | 24 | 365 | 72 | 64 |
| Binary | 1001000 | 111101 | 11001011 | 1000001 | 1000110 | 0 | 10100 | 11110101 | 111010 | 110100 |
Color Harmonies of #483DCB
Complementary color
Monochromatic Colors of #483DCB
Black with #483DCB
Text Example
Text Example
White with #483DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #483DCB; }
p { color: rgb(72,61,203); }
H1.HeaderClassName
{
color: #483DCB;
}
.AnyTagClassName
{
color: #483DCB;
}
</style>
background-color css
<style>
a { background-color: #483DCB; }
a { background-color: rgb(72,61,203); }
div.DivClassName
{
background-color: #483DCB;
}
.BgClassName
{
background-color: #483DCB;
}
</style>
border-color css
<style>
span { border-color: #483DCB; }
span { border-color: rgb(72,61,203); }
td.TdClassName
{
border-color: #483DCB;
}
.TagClassName
{
border-color: #483DCB;
}
</style>