Shades of Free Speech Blue #485ACC
Tints of Free Speech Blue #485ACC
RGB
CMYK
RGB Variations
Color information
#485ACC (or 0x485ACC) is known color: Free Speech Blue. HEX triplet: 48, 5A and CC. RGB value is (72,90,204). Sum of RGB (Red+Green+Blue) = 72+90+204=366 (48% of max value = 765). Red value is 72 (28.52% from 255 or 19.67% from 366); Green value is 90 (35.55% from 255 or 24.59% from 366); Blue value is 204 (80.08% from 255 or 55.74% from 366); Max value from RGB is 204 - color contains mainly: blue. Hex color #485ACC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #485ACC is #B7A533. Grayscale: #616161. Windows color (decimal): -12035380 or 13392456. OLE color: 13392456.
HSL color Cylindrical-coordinate representation of color #485ACC: hue angle of 231.82º 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 #485ACC is Cyan = 0.65, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 72 | 90 | 204 | - |
| CMYK | 0.65 | 0.56 | 0 | 0.2 |
| HSL | 231.82º | 0.56% | 0.54% | - |
| HSV(B) | 231.82º | 0.65% | 0.8% | - |
| XYZ | 17.23 | 13.05 | 58.74 | - |
| YUV | 97.61 | 188.04 | 109.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 90 | 204 | 0.65 | 0.56 | 0 | 0.2 | 231.82 | 0.56 | 0.54 |
| Hex | 48 | 5A | CC | 41 | 38 | 0 | 14 | E8 | 38 | 36 |
| Octal | 110 | 132 | 314 | 101 | 70 | 0 | 24 | 350 | 70 | 66 |
| Binary | 1001000 | 1011010 | 11001100 | 1000001 | 111000 | 0 | 10100 | 11101000 | 111000 | 110110 |
Color Harmonies of #485ACC
Complementary color
Monochromatic Colors of #485ACC
Black with #485ACC
Text Example
Text Example
White with #485ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #485ACC; }
p { color: rgb(72,90,204); }
H1.HeaderClassName
{
color: #485ACC;
}
.AnyTagClassName
{
color: #485ACC;
}
</style>
background-color css
<style>
a { background-color: #485ACC; }
a { background-color: rgb(72,90,204); }
div.DivClassName
{
background-color: #485ACC;
}
.BgClassName
{
background-color: #485ACC;
}
</style>
border-color css
<style>
span { border-color: #485ACC; }
span { border-color: rgb(72,90,204); }
td.TdClassName
{
border-color: #485ACC;
}
.TagClassName
{
border-color: #485ACC;
}
</style>