Shades of Free Speech Blue #483CCD
Tints of Free Speech Blue #483CCD
RGB
CMYK
RGB Variations
Color information
#483CCD (or 0x483CCD) is known color: Free Speech Blue. HEX triplet: 48, 3C and CD. RGB value is (72,60,205). Sum of RGB (Red+Green+Blue) = 72+60+205=337 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.36% from 337); Green value is 60 (23.83% from 255 or 17.80% from 337); Blue value is 205 (80.47% from 255 or 60.83% from 337); Max value from RGB is 205 - color contains mainly: blue. Hex color #483CCD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #483CCD is #B7C332. Grayscale: #4F4F4F. Windows color (decimal): -12043059 or 13450312. OLE color: 13450312.
HSL color Cylindrical-coordinate representation of color #483CCD: hue angle of 244.97º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #483CCD is Cyan = 0.65, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 72 | 60 | 205 | - |
| CMYK | 0.65 | 0.71 | 0 | 0.20 |
| HSL | 244.97º | 0.59% | 0.52% | - |
| HSV(B) | 244.97º | 0.71% | 0.8% | - |
| XYZ | 15.31 | 9.02 | 58.69 | - |
| YUV | 80.12 | 198.48 | 122.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 60 | 205 | 0.65 | 0.71 | 0 | 0.20 | 244.97 | 0.59 | 0.52 |
| Hex | 48 | 3C | CD | 41 | 47 | 0 | 14 | F5 | 3B | 34 |
| Octal | 110 | 74 | 315 | 101 | 107 | 0 | 24 | 365 | 73 | 64 |
| Binary | 1001000 | 111100 | 11001101 | 1000001 | 1000111 | 0 | 10100 | 11110101 | 111011 | 110100 |
Color Harmonies of #483CCD
Complementary color
Monochromatic Colors of #483CCD
Black with #483CCD
Text Example
Text Example
White with #483CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #483CCD; }
p { color: rgb(72,60,205); }
H1.HeaderClassName
{
color: #483CCD;
}
.AnyTagClassName
{
color: #483CCD;
}
</style>
background-color css
<style>
a { background-color: #483CCD; }
a { background-color: rgb(72,60,205); }
div.DivClassName
{
background-color: #483CCD;
}
.BgClassName
{
background-color: #483CCD;
}
</style>
border-color css
<style>
span { border-color: #483CCD; }
span { border-color: rgb(72,60,205); }
td.TdClassName
{
border-color: #483CCD;
}
.TagClassName
{
border-color: #483CCD;
}
</style>