Shades of Free Speech Blue #483CBF
Tints of Free Speech Blue #483CBF
RGB
CMYK
RGB Variations
Color information
#483CBF (or 0x483CBF) is known color: Free Speech Blue. HEX triplet: 48, 3C and BF. RGB value is (72,60,191). Sum of RGB (Red+Green+Blue) = 72+60+191=323 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.29% from 323); Green value is 60 (23.83% from 255 or 18.58% from 323); Blue value is 191 (75% from 255 or 59.13% from 323); Max value from RGB is 191 - color contains mainly: blue. Hex color #483CBF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #483CBF is #B7C340. Grayscale: #4E4E4E. Windows color (decimal): -12043073 or 12532808. OLE color: 12532808.
HSL color Cylindrical-coordinate representation of color #483CBF: hue angle of 245.5º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #483CBF is Cyan = 0.62, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 72 | 60 | 191 | - |
| CMYK | 0.62 | 0.69 | 0 | 0.25 |
| HSL | 245.5º | 0.52% | 0.49% | - |
| HSV(B) | 245.5º | 0.69% | 0.75% | - |
| XYZ | 13.69 | 8.37 | 50.18 | - |
| YUV | 78.52 | 191.48 | 123.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 60 | 191 | 0.62 | 0.69 | 0 | 0.25 | 245.5 | 0.52 | 0.49 |
| Hex | 48 | 3C | BF | 3E | 45 | 0 | 19 | F5 | 34 | 31 |
| Octal | 110 | 74 | 277 | 76 | 105 | 0 | 31 | 365 | 64 | 61 |
| Binary | 1001000 | 111100 | 10111111 | 111110 | 1000101 | 0 | 11001 | 11110101 | 110100 | 110001 |
Color Harmonies of #483CBF
Complementary color
Monochromatic Colors of #483CBF
Black with #483CBF
Text Example
Text Example
White with #483CBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #483CBF; }
p { color: rgb(72,60,191); }
H1.HeaderClassName
{
color: #483CBF;
}
.AnyTagClassName
{
color: #483CBF;
}
</style>
background-color css
<style>
a { background-color: #483CBF; }
a { background-color: rgb(72,60,191); }
div.DivClassName
{
background-color: #483CBF;
}
.BgClassName
{
background-color: #483CBF;
}
</style>
border-color css
<style>
span { border-color: #483CBF; }
span { border-color: rgb(72,60,191); }
td.TdClassName
{
border-color: #483CBF;
}
.TagClassName
{
border-color: #483CBF;
}
</style>