Shades of Free Speech Blue #485CBB
Tints of Free Speech Blue #485CBB
RGB
CMYK
RGB Variations
Color information
#485CBB (or 0x485CBB) is known color: Free Speech Blue. HEX triplet: 48, 5C and BB. RGB value is (72,92,187). Sum of RGB (Red+Green+Blue) = 72+92+187=351 (46% of max value = 765). Red value is 72 (28.52% from 255 or 20.51% from 351); Green value is 92 (36.33% from 255 or 26.21% from 351); Blue value is 187 (73.44% from 255 or 53.28% from 351); Max value from RGB is 187 - color contains mainly: blue. Hex color #485CBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #485CBB is #B7A344. Grayscale: #606060. Windows color (decimal): -12034885 or 12278856. OLE color: 12278856.
HSL color Cylindrical-coordinate representation of color #485CBB: hue angle of 229.57º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #485CBB is Cyan = 0.61, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 72 | 92 | 187 | - |
| CMYK | 0.61 | 0.51 | 0 | 0.27 |
| HSL | 229.57º | 0.46% | 0.51% | - |
| HSV(B) | 229.57º | 0.61% | 0.73% | - |
| XYZ | 15.47 | 12.62 | 48.63 | - |
| YUV | 96.85 | 178.87 | 110.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 92 | 187 | 0.61 | 0.51 | 0 | 0.27 | 229.57 | 0.46 | 0.51 |
| Hex | 48 | 5C | BB | 3D | 33 | 0 | 1B | E6 | 2E | 33 |
| Octal | 110 | 134 | 273 | 75 | 63 | 0 | 33 | 346 | 56 | 63 |
| Binary | 1001000 | 1011100 | 10111011 | 111101 | 110011 | 0 | 11011 | 11100110 | 101110 | 110011 |
Color Harmonies of #485CBB
Complementary color
Monochromatic Colors of #485CBB
Black with #485CBB
Text Example
Text Example
White with #485CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #485CBB; }
p { color: rgb(72,92,187); }
H1.HeaderClassName
{
color: #485CBB;
}
.AnyTagClassName
{
color: #485CBB;
}
</style>
background-color css
<style>
a { background-color: #485CBB; }
a { background-color: rgb(72,92,187); }
div.DivClassName
{
background-color: #485CBB;
}
.BgClassName
{
background-color: #485CBB;
}
</style>
border-color css
<style>
span { border-color: #485CBB; }
span { border-color: rgb(72,92,187); }
td.TdClassName
{
border-color: #485CBB;
}
.TagClassName
{
border-color: #485CBB;
}
</style>