Shades of Steel Blue #4885C2
Tints of Steel Blue #4885C2
RGB
CMYK
RGB Variations
Color information
#4885C2 (or 0x4885C2) is known color: Steel Blue. HEX triplet: 48, 85 and C2. RGB value is (72,133,194). Sum of RGB (Red+Green+Blue) = 72+133+194=399 (52% of max value = 765). Red value is 72 (28.52% from 255 or 18.05% from 399); Green value is 133 (52.34% from 255 or 33.33% from 399); Blue value is 194 (76.17% from 255 or 48.62% from 399); Max value from RGB is 194 - color contains mainly: blue. Hex color #4885C2 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4885C2 is #B77A3D. Grayscale: #797979. Windows color (decimal): -12024382 or 12748104. OLE color: 12748104.
HSL color Cylindrical-coordinate representation of color #4885C2: hue angle of 210º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4885C2 is Cyan = 0.63, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 72 | 133 | 194 | - |
| CMYK | 0.63 | 0.31 | 0 | 0.24 |
| HSL | 210º | 0.5% | 0.52% | - |
| HSV(B) | 210º | 0.63% | 0.76% | - |
| XYZ | 20.8 | 22.05 | 54.2 | - |
| YUV | 121.72 | 168.79 | 92.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 133 | 194 | 0.63 | 0.31 | 0 | 0.24 | 210 | 0.5 | 0.52 |
| Hex | 48 | 85 | C2 | 3F | 1F | 0 | 18 | D2 | 32 | 34 |
| Octal | 110 | 205 | 302 | 77 | 37 | 0 | 30 | 322 | 62 | 64 |
| Binary | 1001000 | 10000101 | 11000010 | 111111 | 11111 | 0 | 11000 | 11010010 | 110010 | 110100 |
Color Harmonies of #4885C2
Complementary color
Monochromatic Colors of #4885C2
Black with #4885C2
Text Example
Text Example
White with #4885C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4885C2; }
p { color: rgb(72,133,194); }
H1.HeaderClassName
{
color: #4885C2;
}
.AnyTagClassName
{
color: #4885C2;
}
</style>
background-color css
<style>
a { background-color: #4885C2; }
a { background-color: rgb(72,133,194); }
div.DivClassName
{
background-color: #4885C2;
}
.BgClassName
{
background-color: #4885C2;
}
</style>
border-color css
<style>
span { border-color: #4885C2; }
span { border-color: rgb(72,133,194); }
td.TdClassName
{
border-color: #4885C2;
}
.TagClassName
{
border-color: #4885C2;
}
</style>