Shades of Free Speech Blue #483DBF
Tints of Free Speech Blue #483DBF
RGB
CMYK
RGB Variations
Color information
#483DBF (or 0x483DBF) is known color: Free Speech Blue. HEX triplet: 48, 3D and BF. RGB value is (72,61,191). Sum of RGB (Red+Green+Blue) = 72+61+191=324 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.22% from 324); Green value is 61 (24.22% from 255 or 18.83% from 324); Blue value is 191 (75% from 255 or 58.95% from 324); Max value from RGB is 191 - color contains mainly: blue. Hex color #483DBF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #483DBF is #B7C240. Grayscale: #4E4E4E. Windows color (decimal): -12042817 or 12533064. OLE color: 12533064.
HSL color Cylindrical-coordinate representation of color #483DBF: hue angle of 245.08º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #483DBF is Cyan = 0.62, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 72 | 61 | 191 | - |
| CMYK | 0.62 | 0.68 | 0 | 0.25 |
| HSL | 245.08º | 0.52% | 0.49% | - |
| HSV(B) | 245.08º | 0.68% | 0.75% | - |
| XYZ | 13.75 | 8.48 | 50.2 | - |
| YUV | 79.11 | 191.14 | 122.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 61 | 191 | 0.62 | 0.68 | 0 | 0.25 | 245.08 | 0.52 | 0.49 |
| Hex | 48 | 3D | BF | 3E | 44 | 0 | 19 | F5 | 34 | 31 |
| Octal | 110 | 75 | 277 | 76 | 104 | 0 | 31 | 365 | 64 | 61 |
| Binary | 1001000 | 111101 | 10111111 | 111110 | 1000100 | 0 | 11001 | 11110101 | 110100 | 110001 |
Color Harmonies of #483DBF
Complementary color
Monochromatic Colors of #483DBF
Black with #483DBF
Text Example
Text Example
White with #483DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #483DBF; }
p { color: rgb(72,61,191); }
H1.HeaderClassName
{
color: #483DBF;
}
.AnyTagClassName
{
color: #483DBF;
}
</style>
background-color css
<style>
a { background-color: #483DBF; }
a { background-color: rgb(72,61,191); }
div.DivClassName
{
background-color: #483DBF;
}
.BgClassName
{
background-color: #483DBF;
}
</style>
border-color css
<style>
span { border-color: #483DBF; }
span { border-color: rgb(72,61,191); }
td.TdClassName
{
border-color: #483DBF;
}
.TagClassName
{
border-color: #483DBF;
}
</style>