Shades of Steel Blue #478ABB
Tints of Steel Blue #478ABB
RGB
CMYK
RGB Variations
Color information
#478ABB (or 0x478ABB) is known color: Steel Blue. HEX triplet: 47, 8A and BB. RGB value is (71,138,187). Sum of RGB (Red+Green+Blue) = 71+138+187=396 (52% of max value = 765). Red value is 71 (28.12% from 255 or 17.93% from 396); Green value is 138 (54.30% from 255 or 34.85% from 396); Blue value is 187 (73.44% from 255 or 47.22% from 396); Max value from RGB is 187 - color contains mainly: blue. Hex color #478ABB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #478ABB is #B87544. Grayscale: #7B7B7B. Windows color (decimal): -12088645 or 12290631. OLE color: 12290631.
HSL color Cylindrical-coordinate representation of color #478ABB: hue angle of 205.34º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #478ABB is Cyan = 0.62, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 71 | 138 | 187 | - |
| CMYK | 0.62 | 0.26 | 0 | 0.27 |
| HSL | 205.34º | 0.46% | 0.51% | - |
| HSV(B) | 205.34º | 0.62% | 0.73% | - |
| XYZ | 20.66 | 23.1 | 50.38 | - |
| YUV | 123.55 | 163.8 | 90.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 138 | 187 | 0.62 | 0.26 | 0 | 0.27 | 205.34 | 0.46 | 0.51 |
| Hex | 47 | 8A | BB | 3E | 1A | 0 | 1B | CD | 2E | 33 |
| Octal | 107 | 212 | 273 | 76 | 32 | 0 | 33 | 315 | 56 | 63 |
| Binary | 1000111 | 10001010 | 10111011 | 111110 | 11010 | 0 | 11011 | 11001101 | 101110 | 110011 |
Color Harmonies of #478ABB
Complementary color
Monochromatic Colors of #478ABB
Black with #478ABB
Text Example
Text Example
White with #478ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #478ABB; }
p { color: rgb(71,138,187); }
H1.HeaderClassName
{
color: #478ABB;
}
.AnyTagClassName
{
color: #478ABB;
}
</style>
background-color css
<style>
a { background-color: #478ABB; }
a { background-color: rgb(71,138,187); }
div.DivClassName
{
background-color: #478ABB;
}
.BgClassName
{
background-color: #478ABB;
}
</style>
border-color css
<style>
span { border-color: #478ABB; }
span { border-color: rgb(71,138,187); }
td.TdClassName
{
border-color: #478ABB;
}
.TagClassName
{
border-color: #478ABB;
}
</style>