Shades of Free Speech Blue #485CCE
Tints of Free Speech Blue #485CCE
RGB
CMYK
RGB Variations
Color information
#485CCE (or 0x485CCE) is known color: Free Speech Blue. HEX triplet: 48, 5C and CE. RGB value is (72,92,206). Sum of RGB (Red+Green+Blue) = 72+92+206=370 (49% of max value = 765). Red value is 72 (28.52% from 255 or 19.46% from 370); Green value is 92 (36.33% from 255 or 24.86% from 370); Blue value is 206 (80.86% from 255 or 55.68% from 370); Max value from RGB is 206 - color contains mainly: blue. Hex color #485CCE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #485CCE is #B7A331. Grayscale: #626262. Windows color (decimal): -12034866 or 13524040. OLE color: 13524040.
HSL color Cylindrical-coordinate representation of color #485CCE: hue angle of 231.04º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #485CCE is Cyan = 0.65, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 72 | 92 | 206 | - |
| CMYK | 0.65 | 0.55 | 0 | 0.19 |
| HSL | 231.04º | 0.58% | 0.55% | - |
| HSV(B) | 231.04º | 0.65% | 0.81% | - |
| XYZ | 17.64 | 13.49 | 60.07 | - |
| YUV | 99.02 | 188.37 | 108.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 92 | 206 | 0.65 | 0.55 | 0 | 0.19 | 231.04 | 0.58 | 0.55 |
| Hex | 48 | 5C | CE | 41 | 37 | 0 | 13 | E7 | 3A | 37 |
| Octal | 110 | 134 | 316 | 101 | 67 | 0 | 23 | 347 | 72 | 67 |
| Binary | 1001000 | 1011100 | 11001110 | 1000001 | 110111 | 0 | 10011 | 11100111 | 111010 | 110111 |
Color Harmonies of #485CCE
Complementary color
Monochromatic Colors of #485CCE
Black with #485CCE
Text Example
Text Example
White with #485CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #485CCE; }
p { color: rgb(72,92,206); }
H1.HeaderClassName
{
color: #485CCE;
}
.AnyTagClassName
{
color: #485CCE;
}
</style>
background-color css
<style>
a { background-color: #485CCE; }
a { background-color: rgb(72,92,206); }
div.DivClassName
{
background-color: #485CCE;
}
.BgClassName
{
background-color: #485CCE;
}
</style>
border-color css
<style>
span { border-color: #485CCE; }
span { border-color: rgb(72,92,206); }
td.TdClassName
{
border-color: #485CCE;
}
.TagClassName
{
border-color: #485CCE;
}
</style>