Shades of Steel Blue #487BB3
Tints of Steel Blue #487BB3
RGB
CMYK
RGB Variations
Color information
#487BB3 (or 0x487BB3) is known color: Steel Blue. HEX triplet: 48, 7B and B3. RGB value is (72,123,179). Sum of RGB (Red+Green+Blue) = 72+123+179=374 (49% of max value = 765). Red value is 72 (28.52% from 255 or 19.25% from 374); Green value is 123 (48.44% from 255 or 32.89% from 374); Blue value is 179 (70.31% from 255 or 47.86% from 374); Max value from RGB is 179 - color contains mainly: blue. Hex color #487BB3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #487BB3 is #B7844C. Grayscale: #717171. Windows color (decimal): -12026957 or 11762504. OLE color: 11762504.
HSL color Cylindrical-coordinate representation of color #487BB3: hue angle of 211.4º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #487BB3 is Cyan = 0.60, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 72 | 123 | 179 | - |
| CMYK | 0.60 | 0.31 | 0 | 0.30 |
| HSL | 211.4º | 0.43% | 0.49% | - |
| HSV(B) | 211.4º | 0.6% | 0.7% | - |
| XYZ | 17.89 | 18.8 | 45.33 | - |
| YUV | 114.14 | 164.6 | 97.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 123 | 179 | 0.60 | 0.31 | 0 | 0.30 | 211.4 | 0.43 | 0.49 |
| Hex | 48 | 7B | B3 | 3C | 1F | 0 | 1E | D3 | 2B | 31 |
| Octal | 110 | 173 | 263 | 74 | 37 | 0 | 36 | 323 | 53 | 61 |
| Binary | 1001000 | 1111011 | 10110011 | 111100 | 11111 | 0 | 11110 | 11010011 | 101011 | 110001 |
Color Harmonies of #487BB3
Complementary color
Monochromatic Colors of #487BB3
Black with #487BB3
Text Example
Text Example
White with #487BB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #487BB3; }
p { color: rgb(72,123,179); }
H1.HeaderClassName
{
color: #487BB3;
}
.AnyTagClassName
{
color: #487BB3;
}
</style>
background-color css
<style>
a { background-color: #487BB3; }
a { background-color: rgb(72,123,179); }
div.DivClassName
{
background-color: #487BB3;
}
.BgClassName
{
background-color: #487BB3;
}
</style>
border-color css
<style>
span { border-color: #487BB3; }
span { border-color: rgb(72,123,179); }
td.TdClassName
{
border-color: #487BB3;
}
.TagClassName
{
border-color: #487BB3;
}
</style>