Shades of Steel Blue #487AB4
Tints of Steel Blue #487AB4
RGB
CMYK
RGB Variations
Color information
#487AB4 (or 0x487AB4) is known color: Steel Blue. HEX triplet: 48, 7A and B4. RGB value is (72,122,180). Sum of RGB (Red+Green+Blue) = 72+122+180=374 (49% of max value = 765). Red value is 72 (28.52% from 255 or 19.25% from 374); Green value is 122 (48.05% from 255 or 32.62% from 374); Blue value is 180 (70.70% from 255 or 48.13% from 374); Max value from RGB is 180 - color contains mainly: blue. Hex color #487AB4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #487AB4 is #B7854B. Grayscale: #717171. Windows color (decimal): -12027212 or 11827784. OLE color: 11827784.
HSL color Cylindrical-coordinate representation of color #487AB4: hue angle of 212.22º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #487AB4 is Cyan = 0.60, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 72 | 122 | 180 | - |
| CMYK | 0.60 | 0.32 | 0 | 0.29 |
| HSL | 212.22º | 0.43% | 0.49% | - |
| HSV(B) | 212.22º | 0.6% | 0.71% | - |
| XYZ | 17.87 | 18.59 | 45.83 | - |
| YUV | 113.66 | 165.44 | 98.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 122 | 180 | 0.60 | 0.32 | 0 | 0.29 | 212.22 | 0.43 | 0.49 |
| Hex | 48 | 7A | B4 | 3C | 20 | 0 | 1D | D4 | 2B | 31 |
| Octal | 110 | 172 | 264 | 74 | 40 | 0 | 35 | 324 | 53 | 61 |
| Binary | 1001000 | 1111010 | 10110100 | 111100 | 100000 | 0 | 11101 | 11010100 | 101011 | 110001 |
Color Harmonies of #487AB4
Complementary color
Monochromatic Colors of #487AB4
Black with #487AB4
Text Example
Text Example
White with #487AB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #487AB4; }
p { color: rgb(72,122,180); }
H1.HeaderClassName
{
color: #487AB4;
}
.AnyTagClassName
{
color: #487AB4;
}
</style>
background-color css
<style>
a { background-color: #487AB4; }
a { background-color: rgb(72,122,180); }
div.DivClassName
{
background-color: #487AB4;
}
.BgClassName
{
background-color: #487AB4;
}
</style>
border-color css
<style>
span { border-color: #487AB4; }
span { border-color: rgb(72,122,180); }
td.TdClassName
{
border-color: #487AB4;
}
.TagClassName
{
border-color: #487AB4;
}
</style>