Shades of Free Speech Blue #483FDC
Tints of Free Speech Blue #483FDC
RGB
CMYK
RGB Variations
Color information
#483FDC (or 0x483FDC) is known color: Free Speech Blue. HEX triplet: 48, 3F and DC. RGB value is (72,63,220). Sum of RGB (Red+Green+Blue) = 72+63+220=355 (47% of max value = 765). Red value is 72 (28.52% from 255 or 20.28% from 355); Green value is 63 (25% from 255 or 17.75% from 355); Blue value is 220 (86.33% from 255 or 61.97% from 355); Max value from RGB is 220 - color contains mainly: blue. Hex color #483FDC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #483FDC is #B7C023. Grayscale: #525252. Windows color (decimal): -12042276 or 14434120. OLE color: 14434120.
HSL color Cylindrical-coordinate representation of color #483FDC: hue angle of 243.44º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #483FDC is Cyan = 0.67, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 72 | 63 | 220 | - |
| CMYK | 0.67 | 0.71 | 0 | 0.14 |
| HSL | 243.44º | 0.69% | 0.55% | - |
| HSV(B) | 243.44º | 0.71% | 0.86% | - |
| XYZ | 17.37 | 10.1 | 68.74 | - |
| YUV | 83.59 | 204.98 | 119.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 63 | 220 | 0.67 | 0.71 | 0 | 0.14 | 243.44 | 0.69 | 0.55 |
| Hex | 48 | 3F | DC | 43 | 47 | 0 | E | F3 | 45 | 37 |
| Octal | 110 | 77 | 334 | 103 | 107 | 0 | 16 | 363 | 105 | 67 |
| Binary | 1001000 | 111111 | 11011100 | 1000011 | 1000111 | 0 | 1110 | 11110011 | 1000101 | 110111 |
Color Harmonies of #483FDC
Complementary color
Monochromatic Colors of #483FDC
Black with #483FDC
Text Example
Text Example
White with #483FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #483FDC; }
p { color: rgb(72,63,220); }
H1.HeaderClassName
{
color: #483FDC;
}
.AnyTagClassName
{
color: #483FDC;
}
</style>
background-color css
<style>
a { background-color: #483FDC; }
a { background-color: rgb(72,63,220); }
div.DivClassName
{
background-color: #483FDC;
}
.BgClassName
{
background-color: #483FDC;
}
</style>
border-color css
<style>
span { border-color: #483FDC; }
span { border-color: rgb(72,63,220); }
td.TdClassName
{
border-color: #483FDC;
}
.TagClassName
{
border-color: #483FDC;
}
</style>