Shades of Free Speech Blue #483FCC
Tints of Free Speech Blue #483FCC
RGB
CMYK
RGB Variations
Color information
#483FCC (or 0x483FCC) is known color: Free Speech Blue. HEX triplet: 48, 3F and CC. RGB value is (72,63,204). Sum of RGB (Red+Green+Blue) = 72+63+204=339 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.24% from 339); Green value is 63 (25% from 255 or 18.58% from 339); Blue value is 204 (80.08% from 255 or 60.18% from 339); Max value from RGB is 204 - color contains mainly: blue. Hex color #483FCC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #483FCC is #B7C033. Grayscale: #515151. Windows color (decimal): -12042292 or 13385544. OLE color: 13385544.
HSL color Cylindrical-coordinate representation of color #483FCC: hue angle of 243.83º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #483FCC is Cyan = 0.65, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 72 | 63 | 204 | - |
| CMYK | 0.65 | 0.69 | 0 | 0.2 |
| HSL | 243.83º | 0.58% | 0.52% | - |
| HSV(B) | 243.83º | 0.69% | 0.8% | - |
| XYZ | 15.35 | 9.29 | 58.11 | - |
| YUV | 81.77 | 196.98 | 121.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 63 | 204 | 0.65 | 0.69 | 0 | 0.2 | 243.83 | 0.58 | 0.52 |
| Hex | 48 | 3F | CC | 41 | 45 | 0 | 14 | F4 | 3A | 34 |
| Octal | 110 | 77 | 314 | 101 | 105 | 0 | 24 | 364 | 72 | 64 |
| Binary | 1001000 | 111111 | 11001100 | 1000001 | 1000101 | 0 | 10100 | 11110100 | 111010 | 110100 |
Color Harmonies of #483FCC
Complementary color
Monochromatic Colors of #483FCC
Black with #483FCC
Text Example
Text Example
White with #483FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #483FCC; }
p { color: rgb(72,63,204); }
H1.HeaderClassName
{
color: #483FCC;
}
.AnyTagClassName
{
color: #483FCC;
}
</style>
background-color css
<style>
a { background-color: #483FCC; }
a { background-color: rgb(72,63,204); }
div.DivClassName
{
background-color: #483FCC;
}
.BgClassName
{
background-color: #483FCC;
}
</style>
border-color css
<style>
span { border-color: #483FCC; }
span { border-color: rgb(72,63,204); }
td.TdClassName
{
border-color: #483FCC;
}
.TagClassName
{
border-color: #483FCC;
}
</style>