Shades of Free Speech Blue #483DCC
Tints of Free Speech Blue #483DCC
RGB
CMYK
RGB Variations
Color information
#483DCC (or 0x483DCC) is known color: Free Speech Blue. HEX triplet: 48, 3D and CC. RGB value is (72,61,204). Sum of RGB (Red+Green+Blue) = 72+61+204=337 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.36% from 337); Green value is 61 (24.22% from 255 or 18.10% from 337); Blue value is 204 (80.08% from 255 or 60.53% from 337); Max value from RGB is 204 - color contains mainly: blue. Hex color #483DCC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #483DCC is #B7C233. Grayscale: #505050. Windows color (decimal): -12042804 or 13385032. OLE color: 13385032.
HSL color Cylindrical-coordinate representation of color #483DCC: hue angle of 244.62º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #483DCC is Cyan = 0.65, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 72 | 61 | 204 | - |
| CMYK | 0.65 | 0.70 | 0 | 0.2 |
| HSL | 244.62º | 0.58% | 0.52% | - |
| HSV(B) | 244.62º | 0.7% | 0.8% | - |
| XYZ | 15.24 | 9.07 | 58.08 | - |
| YUV | 80.59 | 197.64 | 121.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 61 | 204 | 0.65 | 0.70 | 0 | 0.2 | 244.62 | 0.58 | 0.52 |
| Hex | 48 | 3D | CC | 41 | 46 | 0 | 14 | F5 | 3A | 34 |
| Octal | 110 | 75 | 314 | 101 | 106 | 0 | 24 | 365 | 72 | 64 |
| Binary | 1001000 | 111101 | 11001100 | 1000001 | 1000110 | 0 | 10100 | 11110101 | 111010 | 110100 |
Color Harmonies of #483DCC
Complementary color
Monochromatic Colors of #483DCC
Black with #483DCC
Text Example
Text Example
White with #483DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #483DCC; }
p { color: rgb(72,61,204); }
H1.HeaderClassName
{
color: #483DCC;
}
.AnyTagClassName
{
color: #483DCC;
}
</style>
background-color css
<style>
a { background-color: #483DCC; }
a { background-color: rgb(72,61,204); }
div.DivClassName
{
background-color: #483DCC;
}
.BgClassName
{
background-color: #483DCC;
}
</style>
border-color css
<style>
span { border-color: #483DCC; }
span { border-color: rgb(72,61,204); }
td.TdClassName
{
border-color: #483DCC;
}
.TagClassName
{
border-color: #483DCC;
}
</style>