Shades of Free Speech Blue #485AB8
Tints of Free Speech Blue #485AB8
RGB
CMYK
RGB Variations
Color information
#485AB8 (or 0x485AB8) is known color: Free Speech Blue. HEX triplet: 48, 5A and B8. RGB value is (72,90,184). Sum of RGB (Red+Green+Blue) = 72+90+184=346 (45% of max value = 765). Red value is 72 (28.52% from 255 or 20.81% from 346); Green value is 90 (35.55% from 255 or 26.01% from 346); Blue value is 184 (72.27% from 255 or 53.18% from 346); Max value from RGB is 184 - color contains mainly: blue. Hex color #485AB8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #485AB8 is #B7A547. Grayscale: #5E5E5E. Windows color (decimal): -12035400 or 12081736. OLE color: 12081736.
HSL color Cylindrical-coordinate representation of color #485AB8: hue angle of 230.36º degrees, saturation: 0.44, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #485AB8 is Cyan = 0.61, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 72 | 90 | 184 | - |
| CMYK | 0.61 | 0.51 | 0 | 0.28 |
| HSL | 230.36º | 0.44% | 0.5% | - |
| HSV(B) | 230.36º | 0.61% | 0.72% | - |
| XYZ | 14.98 | 12.15 | 46.9 | - |
| YUV | 95.33 | 178.04 | 111.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 90 | 184 | 0.61 | 0.51 | 0 | 0.28 | 230.36 | 0.44 | 0.5 |
| Hex | 48 | 5A | B8 | 3D | 33 | 0 | 1C | E6 | 2C | 32 |
| Octal | 110 | 132 | 270 | 75 | 63 | 0 | 34 | 346 | 54 | 62 |
| Binary | 1001000 | 1011010 | 10111000 | 111101 | 110011 | 0 | 11100 | 11100110 | 101100 | 110010 |
Color Harmonies of #485AB8
Complementary color
Monochromatic Colors of #485AB8
Black with #485AB8
Text Example
Text Example
White with #485AB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #485AB8; }
p { color: rgb(72,90,184); }
H1.HeaderClassName
{
color: #485AB8;
}
.AnyTagClassName
{
color: #485AB8;
}
</style>
background-color css
<style>
a { background-color: #485AB8; }
a { background-color: rgb(72,90,184); }
div.DivClassName
{
background-color: #485AB8;
}
.BgClassName
{
background-color: #485AB8;
}
</style>
border-color css
<style>
span { border-color: #485AB8; }
span { border-color: rgb(72,90,184); }
td.TdClassName
{
border-color: #485AB8;
}
.TagClassName
{
border-color: #485AB8;
}
</style>