Shades of Free Speech Blue #483CCC
Tints of Free Speech Blue #483CCC
RGB
CMYK
RGB Variations
Color information
#483CCC (or 0x483CCC) is known color: Free Speech Blue. HEX triplet: 48, 3C and CC. RGB value is (72,60,204). Sum of RGB (Red+Green+Blue) = 72+60+204=336 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.43% from 336); Green value is 60 (23.83% from 255 or 17.86% from 336); Blue value is 204 (80.08% from 255 or 60.71% from 336); Max value from RGB is 204 - color contains mainly: blue. Hex color #483CCC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #483CCC is #B7C333. Grayscale: #4F4F4F. Windows color (decimal): -12043060 or 13384776. OLE color: 13384776.
HSL color Cylindrical-coordinate representation of color #483CCC: hue angle of 245º 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 #483CCC is Cyan = 0.65, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 72 | 60 | 204 | - |
| CMYK | 0.65 | 0.71 | 0 | 0.2 |
| HSL | 245º | 0.59% | 0.52% | - |
| HSV(B) | 245º | 0.71% | 0.8% | - |
| XYZ | 15.19 | 8.97 | 58.06 | - |
| YUV | 80 | 197.98 | 122.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 60 | 204 | 0.65 | 0.71 | 0 | 0.2 | 245 | 0.59 | 0.52 |
| Hex | 48 | 3C | CC | 41 | 47 | 0 | 14 | F5 | 3B | 34 |
| Octal | 110 | 74 | 314 | 101 | 107 | 0 | 24 | 365 | 73 | 64 |
| Binary | 1001000 | 111100 | 11001100 | 1000001 | 1000111 | 0 | 10100 | 11110101 | 111011 | 110100 |
Color Harmonies of #483CCC
Complementary color
Monochromatic Colors of #483CCC
Black with #483CCC
Text Example
Text Example
White with #483CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #483CCC; }
p { color: rgb(72,60,204); }
H1.HeaderClassName
{
color: #483CCC;
}
.AnyTagClassName
{
color: #483CCC;
}
</style>
background-color css
<style>
a { background-color: #483CCC; }
a { background-color: rgb(72,60,204); }
div.DivClassName
{
background-color: #483CCC;
}
.BgClassName
{
background-color: #483CCC;
}
</style>
border-color css
<style>
span { border-color: #483CCC; }
span { border-color: rgb(72,60,204); }
td.TdClassName
{
border-color: #483CCC;
}
.TagClassName
{
border-color: #483CCC;
}
</style>