Shades of Steel Blue #487DB4
Tints of Steel Blue #487DB4
RGB
CMYK
RGB Variations
Color information
#487DB4 (or 0x487DB4) is known color: Steel Blue. HEX triplet: 48, 7D and B4. RGB value is (72,125,180). Sum of RGB (Red+Green+Blue) = 72+125+180=377 (49% of max value = 765). Red value is 72 (28.52% from 255 or 19.10% from 377); Green value is 125 (49.22% from 255 or 33.16% from 377); Blue value is 180 (70.70% from 255 or 47.75% from 377); Max value from RGB is 180 - color contains mainly: blue. Hex color #487DB4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #487DB4 is #B7824B. Grayscale: #737373. Windows color (decimal): -12026444 or 11828552. OLE color: 11828552.
HSL color Cylindrical-coordinate representation of color #487DB4: hue angle of 210.56º 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 #487DB4 is Cyan = 0.60, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 72 | 125 | 180 | - |
| CMYK | 0.60 | 0.31 | 0 | 0.29 |
| HSL | 210.56º | 0.43% | 0.49% | - |
| HSV(B) | 210.56º | 0.6% | 0.71% | - |
| XYZ | 18.24 | 19.34 | 45.95 | - |
| YUV | 115.42 | 164.44 | 97.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 125 | 180 | 0.60 | 0.31 | 0 | 0.29 | 210.56 | 0.43 | 0.49 |
| Hex | 48 | 7D | B4 | 3C | 1F | 0 | 1D | D3 | 2B | 31 |
| Octal | 110 | 175 | 264 | 74 | 37 | 0 | 35 | 323 | 53 | 61 |
| Binary | 1001000 | 1111101 | 10110100 | 111100 | 11111 | 0 | 11101 | 11010011 | 101011 | 110001 |
Color Harmonies of #487DB4
Complementary color
Monochromatic Colors of #487DB4
Black with #487DB4
Text Example
Text Example
White with #487DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #487DB4; }
p { color: rgb(72,125,180); }
H1.HeaderClassName
{
color: #487DB4;
}
.AnyTagClassName
{
color: #487DB4;
}
</style>
background-color css
<style>
a { background-color: #487DB4; }
a { background-color: rgb(72,125,180); }
div.DivClassName
{
background-color: #487DB4;
}
.BgClassName
{
background-color: #487DB4;
}
</style>
border-color css
<style>
span { border-color: #487DB4; }
span { border-color: rgb(72,125,180); }
td.TdClassName
{
border-color: #487DB4;
}
.TagClassName
{
border-color: #487DB4;
}
</style>