Shades of Free Speech Blue #485BC8
Tints of Free Speech Blue #485BC8
RGB
CMYK
RGB Variations
Color information
#485BC8 (or 0x485BC8) is known color: Free Speech Blue. HEX triplet: 48, 5B and C8. RGB value is (72,91,200). Sum of RGB (Red+Green+Blue) = 72+91+200=363 (48% of max value = 765). Red value is 72 (28.52% from 255 or 19.83% from 363); Green value is 91 (35.94% from 255 or 25.07% from 363); Blue value is 200 (78.52% from 255 or 55.10% from 363); Max value from RGB is 200 - color contains mainly: blue. Hex color #485BC8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #485BC8 is #B7A437. Grayscale: #616161. Windows color (decimal): -12035128 or 13130568. OLE color: 13130568.
HSL color Cylindrical-coordinate representation of color #485BC8: hue angle of 231.09º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #485BC8 is Cyan = 0.64, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 72 | 91 | 200 | - |
| CMYK | 0.64 | 0.54 | 0 | 0.22 |
| HSL | 231.09º | 0.54% | 0.53% | - |
| HSV(B) | 231.09º | 0.64% | 0.78% | - |
| XYZ | 16.84 | 13.03 | 56.27 | - |
| YUV | 97.75 | 185.71 | 109.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 91 | 200 | 0.64 | 0.54 | 0 | 0.22 | 231.09 | 0.54 | 0.53 |
| Hex | 48 | 5B | C8 | 40 | 36 | 0 | 16 | E7 | 36 | 35 |
| Octal | 110 | 133 | 310 | 100 | 66 | 0 | 26 | 347 | 66 | 65 |
| Binary | 1001000 | 1011011 | 11001000 | 1000000 | 110110 | 0 | 10110 | 11100111 | 110110 | 110101 |
Color Harmonies of #485BC8
Complementary color
Monochromatic Colors of #485BC8
Black with #485BC8
Text Example
Text Example
White with #485BC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #485BC8; }
p { color: rgb(72,91,200); }
H1.HeaderClassName
{
color: #485BC8;
}
.AnyTagClassName
{
color: #485BC8;
}
</style>
background-color css
<style>
a { background-color: #485BC8; }
a { background-color: rgb(72,91,200); }
div.DivClassName
{
background-color: #485BC8;
}
.BgClassName
{
background-color: #485BC8;
}
</style>
border-color css
<style>
span { border-color: #485BC8; }
span { border-color: rgb(72,91,200); }
td.TdClassName
{
border-color: #485BC8;
}
.TagClassName
{
border-color: #485BC8;
}
</style>