Shades of Free Speech Blue #485BCB
Tints of Free Speech Blue #485BCB
RGB
CMYK
RGB Variations
Color information
#485BCB (or 0x485BCB) is known color: Free Speech Blue. HEX triplet: 48, 5B and CB. RGB value is (72,91,203). Sum of RGB (Red+Green+Blue) = 72+91+203=366 (48% of max value = 765). Red value is 72 (28.52% from 255 or 19.67% from 366); Green value is 91 (35.94% from 255 or 24.86% from 366); Blue value is 203 (79.69% from 255 or 55.46% from 366); Max value from RGB is 203 - color contains mainly: blue. Hex color #485BCB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #485BCB is #B7A434. Grayscale: #616161. Windows color (decimal): -12035125 or 13327176. OLE color: 13327176.
HSL color Cylindrical-coordinate representation of color #485BCB: hue angle of 231.3º degrees, saturation: 0.56, 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 #485BCB is Cyan = 0.65, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 72 | 91 | 203 | - |
| CMYK | 0.65 | 0.55 | 0 | 0.20 |
| HSL | 231.3º | 0.56% | 0.54% | - |
| HSV(B) | 231.3º | 0.65% | 0.8% | - |
| XYZ | 17.19 | 13.17 | 58.14 | - |
| YUV | 98.09 | 187.21 | 109.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 91 | 203 | 0.65 | 0.55 | 0 | 0.20 | 231.3 | 0.56 | 0.54 |
| Hex | 48 | 5B | CB | 41 | 37 | 0 | 14 | E7 | 38 | 36 |
| Octal | 110 | 133 | 313 | 101 | 67 | 0 | 24 | 347 | 70 | 66 |
| Binary | 1001000 | 1011011 | 11001011 | 1000001 | 110111 | 0 | 10100 | 11100111 | 111000 | 110110 |
Color Harmonies of #485BCB
Complementary color
Monochromatic Colors of #485BCB
Black with #485BCB
Text Example
Text Example
White with #485BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #485BCB; }
p { color: rgb(72,91,203); }
H1.HeaderClassName
{
color: #485BCB;
}
.AnyTagClassName
{
color: #485BCB;
}
</style>
background-color css
<style>
a { background-color: #485BCB; }
a { background-color: rgb(72,91,203); }
div.DivClassName
{
background-color: #485BCB;
}
.BgClassName
{
background-color: #485BCB;
}
</style>
border-color css
<style>
span { border-color: #485BCB; }
span { border-color: rgb(72,91,203); }
td.TdClassName
{
border-color: #485BCB;
}
.TagClassName
{
border-color: #485BCB;
}
</style>