Shades of Free Speech Blue #485FCD
Tints of Free Speech Blue #485FCD
RGB
CMYK
RGB Variations
Color information
#485FCD (or 0x485FCD) is known color: Free Speech Blue. HEX triplet: 48, 5F and CD. RGB value is (72,95,205). Sum of RGB (Red+Green+Blue) = 72+95+205=372 (49% of max value = 765). Red value is 72 (28.52% from 255 or 19.35% from 372); Green value is 95 (37.5% from 255 or 25.54% from 372); Blue value is 205 (80.47% from 255 or 55.11% from 372); Max value from RGB is 205 - color contains mainly: blue. Hex color #485FCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #485FCD is #B7A032. Grayscale: #646464. Windows color (decimal): -12034099 or 13459272. OLE color: 13459272.
HSL color Cylindrical-coordinate representation of color #485FCD: hue angle of 229.62º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #485FCD is Cyan = 0.65, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 72 | 95 | 205 | - |
| CMYK | 0.65 | 0.54 | 0 | 0.20 |
| HSL | 229.62º | 0.57% | 0.54% | - |
| HSV(B) | 229.62º | 0.65% | 0.8% | - |
| XYZ | 17.78 | 13.97 | 59.52 | - |
| YUV | 100.66 | 186.88 | 107.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 95 | 205 | 0.65 | 0.54 | 0 | 0.20 | 229.62 | 0.57 | 0.54 |
| Hex | 48 | 5F | CD | 41 | 36 | 0 | 14 | E6 | 39 | 36 |
| Octal | 110 | 137 | 315 | 101 | 66 | 0 | 24 | 346 | 71 | 66 |
| Binary | 1001000 | 1011111 | 11001101 | 1000001 | 110110 | 0 | 10100 | 11100110 | 111001 | 110110 |
Color Harmonies of #485FCD
Complementary color
Monochromatic Colors of #485FCD
Black with #485FCD
Text Example
Text Example
White with #485FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #485FCD; }
p { color: rgb(72,95,205); }
H1.HeaderClassName
{
color: #485FCD;
}
.AnyTagClassName
{
color: #485FCD;
}
</style>
background-color css
<style>
a { background-color: #485FCD; }
a { background-color: rgb(72,95,205); }
div.DivClassName
{
background-color: #485FCD;
}
.BgClassName
{
background-color: #485FCD;
}
</style>
border-color css
<style>
span { border-color: #485FCD; }
span { border-color: rgb(72,95,205); }
td.TdClassName
{
border-color: #485FCD;
}
.TagClassName
{
border-color: #485FCD;
}
</style>