Shades of Free Speech Blue #485FCB
Tints of Free Speech Blue #485FCB
RGB
CMYK
RGB Variations
Color information
#485FCB (or 0x485FCB) is known color: Free Speech Blue. HEX triplet: 48, 5F and CB. RGB value is (72,95,203). Sum of RGB (Red+Green+Blue) = 72+95+203=370 (49% of max value = 765). Red value is 72 (28.52% from 255 or 19.46% from 370); Green value is 95 (37.5% from 255 or 25.68% from 370); Blue value is 203 (79.69% from 255 or 54.86% from 370); Max value from RGB is 203 - color contains mainly: blue. Hex color #485FCB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #485FCB is #B7A034. Grayscale: #636363. Windows color (decimal): -12034101 or 13328200. OLE color: 13328200.
HSL color Cylindrical-coordinate representation of color #485FCB: hue angle of 229.47º 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 #485FCB is Cyan = 0.65, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 72 | 95 | 203 | - |
| CMYK | 0.65 | 0.53 | 0 | 0.20 |
| HSL | 229.47º | 0.56% | 0.54% | - |
| HSV(B) | 229.47º | 0.65% | 0.8% | - |
| XYZ | 17.54 | 13.87 | 58.25 | - |
| YUV | 100.44 | 185.88 | 107.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 95 | 203 | 0.65 | 0.53 | 0 | 0.20 | 229.47 | 0.56 | 0.54 |
| Hex | 48 | 5F | CB | 41 | 35 | 0 | 14 | E5 | 38 | 36 |
| Octal | 110 | 137 | 313 | 101 | 65 | 0 | 24 | 345 | 70 | 66 |
| Binary | 1001000 | 1011111 | 11001011 | 1000001 | 110101 | 0 | 10100 | 11100101 | 111000 | 110110 |
Color Harmonies of #485FCB
Complementary color
Monochromatic Colors of #485FCB
Black with #485FCB
Text Example
Text Example
White with #485FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #485FCB; }
p { color: rgb(72,95,203); }
H1.HeaderClassName
{
color: #485FCB;
}
.AnyTagClassName
{
color: #485FCB;
}
</style>
background-color css
<style>
a { background-color: #485FCB; }
a { background-color: rgb(72,95,203); }
div.DivClassName
{
background-color: #485FCB;
}
.BgClassName
{
background-color: #485FCB;
}
</style>
border-color css
<style>
span { border-color: #485FCB; }
span { border-color: rgb(72,95,203); }
td.TdClassName
{
border-color: #485FCB;
}
.TagClassName
{
border-color: #485FCB;
}
</style>