Shades of Free Speech Blue #485BB7
Tints of Free Speech Blue #485BB7
RGB
CMYK
RGB Variations
Color information
#485BB7 (or 0x485BB7) is known color: Free Speech Blue. HEX triplet: 48, 5B and B7. RGB value is (72,91,183). Sum of RGB (Red+Green+Blue) = 72+91+183=346 (45% of max value = 765). Red value is 72 (28.52% from 255 or 20.81% from 346); Green value is 91 (35.94% from 255 or 26.30% from 346); Blue value is 183 (71.88% from 255 or 52.89% from 346); Max value from RGB is 183 - color contains mainly: blue. Hex color #485BB7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #485BB7 is #B7A448. Grayscale: #5F5F5F. Windows color (decimal): -12035145 or 12016456. OLE color: 12016456.
HSL color Cylindrical-coordinate representation of color #485BB7: hue angle of 229.73º 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 #485BB7 is Cyan = 0.61, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 72 | 91 | 183 | - |
| CMYK | 0.61 | 0.50 | 0 | 0.28 |
| HSL | 229.73º | 0.44% | 0.5% | - |
| HSV(B) | 229.73º | 0.61% | 0.72% | - |
| XYZ | 14.96 | 12.28 | 46.38 | - |
| YUV | 95.81 | 177.21 | 111.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 91 | 183 | 0.61 | 0.50 | 0 | 0.28 | 229.73 | 0.44 | 0.5 |
| Hex | 48 | 5B | B7 | 3D | 32 | 0 | 1C | E6 | 2C | 32 |
| Octal | 110 | 133 | 267 | 75 | 62 | 0 | 34 | 346 | 54 | 62 |
| Binary | 1001000 | 1011011 | 10110111 | 111101 | 110010 | 0 | 11100 | 11100110 | 101100 | 110010 |
Color Harmonies of #485BB7
Complementary color
Monochromatic Colors of #485BB7
Black with #485BB7
Text Example
Text Example
White with #485BB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #485BB7; }
p { color: rgb(72,91,183); }
H1.HeaderClassName
{
color: #485BB7;
}
.AnyTagClassName
{
color: #485BB7;
}
</style>
background-color css
<style>
a { background-color: #485BB7; }
a { background-color: rgb(72,91,183); }
div.DivClassName
{
background-color: #485BB7;
}
.BgClassName
{
background-color: #485BB7;
}
</style>
border-color css
<style>
span { border-color: #485BB7; }
span { border-color: rgb(72,91,183); }
td.TdClassName
{
border-color: #485BB7;
}
.TagClassName
{
border-color: #485BB7;
}
</style>