Shades of Free Speech Blue #485BCC
Tints of Free Speech Blue #485BCC
RGB
CMYK
RGB Variations
Color information
#485BCC (or 0x485BCC) is known color: Free Speech Blue. HEX triplet: 48, 5B and CC. RGB value is (72,91,204). Sum of RGB (Red+Green+Blue) = 72+91+204=367 (48% of max value = 765). Red value is 72 (28.52% from 255 or 19.62% from 367); Green value is 91 (35.94% from 255 or 24.80% from 367); Blue value is 204 (80.08% from 255 or 55.59% from 367); Max value from RGB is 204 - color contains mainly: blue. Hex color #485BCC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #485BCC is #B7A433. Grayscale: #616161. Windows color (decimal): -12035124 or 13392712. OLE color: 13392712.
HSL color Cylindrical-coordinate representation of color #485BCC: hue angle of 231.36º 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 #485BCC is Cyan = 0.65, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 72 | 91 | 204 | - |
| CMYK | 0.65 | 0.55 | 0 | 0.2 |
| HSL | 231.36º | 0.56% | 0.54% | - |
| HSV(B) | 231.36º | 0.65% | 0.8% | - |
| XYZ | 17.31 | 13.22 | 58.77 | - |
| YUV | 98.2 | 187.71 | 109.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 91 | 204 | 0.65 | 0.55 | 0 | 0.2 | 231.36 | 0.56 | 0.54 |
| Hex | 48 | 5B | CC | 41 | 37 | 0 | 14 | E7 | 38 | 36 |
| Octal | 110 | 133 | 314 | 101 | 67 | 0 | 24 | 347 | 70 | 66 |
| Binary | 1001000 | 1011011 | 11001100 | 1000001 | 110111 | 0 | 10100 | 11100111 | 111000 | 110110 |
Color Harmonies of #485BCC
Complementary color
Monochromatic Colors of #485BCC
Black with #485BCC
Text Example
Text Example
White with #485BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #485BCC; }
p { color: rgb(72,91,204); }
H1.HeaderClassName
{
color: #485BCC;
}
.AnyTagClassName
{
color: #485BCC;
}
</style>
background-color css
<style>
a { background-color: #485BCC; }
a { background-color: rgb(72,91,204); }
div.DivClassName
{
background-color: #485BCC;
}
.BgClassName
{
background-color: #485BCC;
}
</style>
border-color css
<style>
span { border-color: #485BCC; }
span { border-color: rgb(72,91,204); }
td.TdClassName
{
border-color: #485BCC;
}
.TagClassName
{
border-color: #485BCC;
}
</style>