Shades of Free Speech Blue #483DBB
Tints of Free Speech Blue #483DBB
RGB
CMYK
RGB Variations
Color information
#483DBB (or 0x483DBB) is known color: Free Speech Blue. HEX triplet: 48, 3D and BB. RGB value is (72,61,187). Sum of RGB (Red+Green+Blue) = 72+61+187=320 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.5% from 320); Green value is 61 (24.22% from 255 or 19.06% from 320); Blue value is 187 (73.44% from 255 or 58.44% from 320); Max value from RGB is 187 - color contains mainly: blue. Hex color #483DBB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #483DBB is #B7C244. Grayscale: #4E4E4E. Windows color (decimal): -12042821 or 12270920. OLE color: 12270920.
HSL color Cylindrical-coordinate representation of color #483DBB: hue angle of 245.24º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #483DBB is Cyan = 0.61, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 72 | 61 | 187 | - |
| CMYK | 0.61 | 0.67 | 0 | 0.27 |
| HSL | 245.24º | 0.51% | 0.49% | - |
| HSV(B) | 245.24º | 0.67% | 0.73% | - |
| XYZ | 13.31 | 8.3 | 47.91 | - |
| YUV | 78.65 | 189.14 | 123.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 61 | 187 | 0.61 | 0.67 | 0 | 0.27 | 245.24 | 0.51 | 0.49 |
| Hex | 48 | 3D | BB | 3D | 43 | 0 | 1B | F5 | 33 | 31 |
| Octal | 110 | 75 | 273 | 75 | 103 | 0 | 33 | 365 | 63 | 61 |
| Binary | 1001000 | 111101 | 10111011 | 111101 | 1000011 | 0 | 11011 | 11110101 | 110011 | 110001 |
Color Harmonies of #483DBB
Complementary color
Monochromatic Colors of #483DBB
Black with #483DBB
Text Example
Text Example
White with #483DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #483DBB; }
p { color: rgb(72,61,187); }
H1.HeaderClassName
{
color: #483DBB;
}
.AnyTagClassName
{
color: #483DBB;
}
</style>
background-color css
<style>
a { background-color: #483DBB; }
a { background-color: rgb(72,61,187); }
div.DivClassName
{
background-color: #483DBB;
}
.BgClassName
{
background-color: #483DBB;
}
</style>
border-color css
<style>
span { border-color: #483DBB; }
span { border-color: rgb(72,61,187); }
td.TdClassName
{
border-color: #483DBB;
}
.TagClassName
{
border-color: #483DBB;
}
</style>