Shades of Free Speech Blue #485EC6
Tints of Free Speech Blue #485EC6
RGB
CMYK
RGB Variations
Color information
#485EC6 (or 0x485EC6) is known color: Free Speech Blue. HEX triplet: 48, 5E and C6. RGB value is (72,94,198). Sum of RGB (Red+Green+Blue) = 72+94+198=364 (48% of max value = 765). Red value is 72 (28.52% from 255 or 19.78% from 364); Green value is 94 (37.11% from 255 or 25.82% from 364); Blue value is 198 (77.73% from 255 or 54.40% from 364); Max value from RGB is 198 - color contains mainly: blue. Hex color #485EC6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #485EC6 is #B7A139. Grayscale: #626262. Windows color (decimal): -12034362 or 13000264. OLE color: 13000264.
HSL color Cylindrical-coordinate representation of color #485EC6: hue angle of 229.52º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #485EC6 is Cyan = 0.64, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 72 | 94 | 198 | - |
| CMYK | 0.64 | 0.53 | 0 | 0.22 |
| HSL | 229.52º | 0.53% | 0.53% | - |
| HSV(B) | 229.52º | 0.64% | 0.78% | - |
| XYZ | 16.87 | 13.46 | 55.14 | - |
| YUV | 99.28 | 183.71 | 108.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 94 | 198 | 0.64 | 0.53 | 0 | 0.22 | 229.52 | 0.53 | 0.53 |
| Hex | 48 | 5E | C6 | 40 | 35 | 0 | 16 | E6 | 34 | 35 |
| Octal | 110 | 136 | 306 | 100 | 65 | 0 | 26 | 346 | 64 | 65 |
| Binary | 1001000 | 1011110 | 11000110 | 1000000 | 110101 | 0 | 10110 | 11100110 | 110100 | 110101 |
Color Harmonies of #485EC6
Complementary color
Monochromatic Colors of #485EC6
Black with #485EC6
Text Example
Text Example
White with #485EC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #485EC6; }
p { color: rgb(72,94,198); }
H1.HeaderClassName
{
color: #485EC6;
}
.AnyTagClassName
{
color: #485EC6;
}
</style>
background-color css
<style>
a { background-color: #485EC6; }
a { background-color: rgb(72,94,198); }
div.DivClassName
{
background-color: #485EC6;
}
.BgClassName
{
background-color: #485EC6;
}
</style>
border-color css
<style>
span { border-color: #485EC6; }
span { border-color: rgb(72,94,198); }
td.TdClassName
{
border-color: #485EC6;
}
.TagClassName
{
border-color: #485EC6;
}
</style>