Shades of Free Speech Blue #483DBD
Tints of Free Speech Blue #483DBD
RGB
CMYK
RGB Variations
Color information
#483DBD (or 0x483DBD) is known color: Free Speech Blue. HEX triplet: 48, 3D and BD. RGB value is (72,61,189). Sum of RGB (Red+Green+Blue) = 72+61+189=322 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.36% from 322); Green value is 61 (24.22% from 255 or 18.94% from 322); Blue value is 189 (74.22% from 255 or 58.70% from 322); Max value from RGB is 189 - color contains mainly: blue. Hex color #483DBD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #483DBD is #B7C242. Grayscale: #4E4E4E. Windows color (decimal): -12042819 or 12401992. OLE color: 12401992.
HSL color Cylindrical-coordinate representation of color #483DBD: hue angle of 245.16º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #483DBD is Cyan = 0.62, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 72 | 61 | 189 | - |
| CMYK | 0.62 | 0.68 | 0 | 0.26 |
| HSL | 245.16º | 0.51% | 0.49% | - |
| HSV(B) | 245.16º | 0.68% | 0.74% | - |
| XYZ | 13.53 | 8.39 | 49.05 | - |
| YUV | 78.88 | 190.14 | 123.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 61 | 189 | 0.62 | 0.68 | 0 | 0.26 | 245.16 | 0.51 | 0.49 |
| Hex | 48 | 3D | BD | 3E | 44 | 0 | 1A | F5 | 33 | 31 |
| Octal | 110 | 75 | 275 | 76 | 104 | 0 | 32 | 365 | 63 | 61 |
| Binary | 1001000 | 111101 | 10111101 | 111110 | 1000100 | 0 | 11010 | 11110101 | 110011 | 110001 |
Color Harmonies of #483DBD
Complementary color
Monochromatic Colors of #483DBD
Black with #483DBD
Text Example
Text Example
White with #483DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #483DBD; }
p { color: rgb(72,61,189); }
H1.HeaderClassName
{
color: #483DBD;
}
.AnyTagClassName
{
color: #483DBD;
}
</style>
background-color css
<style>
a { background-color: #483DBD; }
a { background-color: rgb(72,61,189); }
div.DivClassName
{
background-color: #483DBD;
}
.BgClassName
{
background-color: #483DBD;
}
</style>
border-color css
<style>
span { border-color: #483DBD; }
span { border-color: rgb(72,61,189); }
td.TdClassName
{
border-color: #483DBD;
}
.TagClassName
{
border-color: #483DBD;
}
</style>