Shades of Free Speech Blue #483DDB
Tints of Free Speech Blue #483DDB
RGB
CMYK
RGB Variations
Color information
#483DDB (or 0x483DDB) is known color: Free Speech Blue. HEX triplet: 48, 3D and DB. RGB value is (72,61,219). Sum of RGB (Red+Green+Blue) = 72+61+219=352 (46% of max value = 765). Red value is 72 (28.52% from 255 or 20.45% from 352); Green value is 61 (24.22% from 255 or 17.33% from 352); Blue value is 219 (85.94% from 255 or 62.22% from 352); Max value from RGB is 219 - color contains mainly: blue. Hex color #483DDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #483DDB is #B7C224. Grayscale: #515151. Windows color (decimal): -12042789 or 14368072. OLE color: 14368072.
HSL color Cylindrical-coordinate representation of color #483DDB: hue angle of 244.18º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #483DDB is Cyan = 0.67, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 72 | 61 | 219 | - |
| CMYK | 0.67 | 0.72 | 0 | 0.14 |
| HSL | 244.18º | 0.69% | 0.55% | - |
| HSV(B) | 244.18º | 0.72% | 0.86% | - |
| XYZ | 17.13 | 9.83 | 68.01 | - |
| YUV | 82.3 | 205.14 | 120.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 61 | 219 | 0.67 | 0.72 | 0 | 0.14 | 244.18 | 0.69 | 0.55 |
| Hex | 48 | 3D | DB | 43 | 48 | 0 | E | F4 | 45 | 37 |
| Octal | 110 | 75 | 333 | 103 | 110 | 0 | 16 | 364 | 105 | 67 |
| Binary | 1001000 | 111101 | 11011011 | 1000011 | 1001000 | 0 | 1110 | 11110100 | 1000101 | 110111 |
Color Harmonies of #483DDB
Complementary color
Monochromatic Colors of #483DDB
Black with #483DDB
Text Example
Text Example
White with #483DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #483DDB; }
p { color: rgb(72,61,219); }
H1.HeaderClassName
{
color: #483DDB;
}
.AnyTagClassName
{
color: #483DDB;
}
</style>
background-color css
<style>
a { background-color: #483DDB; }
a { background-color: rgb(72,61,219); }
div.DivClassName
{
background-color: #483DDB;
}
.BgClassName
{
background-color: #483DDB;
}
</style>
border-color css
<style>
span { border-color: #483DDB; }
span { border-color: rgb(72,61,219); }
td.TdClassName
{
border-color: #483DDB;
}
.TagClassName
{
border-color: #483DDB;
}
</style>