Shades of Steel Blue #478CB9
Tints of Steel Blue #478CB9
RGB
CMYK
RGB Variations
Color information
#478CB9 (or 0x478CB9) is known color: Steel Blue. HEX triplet: 47, 8C and B9. RGB value is (71,140,185). Sum of RGB (Red+Green+Blue) = 71+140+185=396 (52% of max value = 765). Red value is 71 (28.12% from 255 or 17.93% from 396); Green value is 140 (55.08% from 255 or 35.35% from 396); Blue value is 185 (72.66% from 255 or 46.72% from 396); Max value from RGB is 185 - color contains mainly: blue. Hex color #478CB9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #478CB9 is #B87346. Grayscale: #7C7C7C. Windows color (decimal): -12088135 or 12160071. OLE color: 12160071.
HSL color Cylindrical-coordinate representation of color #478CB9: hue angle of 203.68º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #478CB9 is Cyan = 0.62, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 71 | 140 | 185 | - |
| CMYK | 0.62 | 0.24 | 0 | 0.27 |
| HSL | 203.68º | 0.45% | 0.5% | - |
| HSV(B) | 203.68º | 0.62% | 0.73% | - |
| XYZ | 20.73 | 23.6 | 49.36 | - |
| YUV | 124.5 | 162.14 | 89.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 140 | 185 | 0.62 | 0.24 | 0 | 0.27 | 203.68 | 0.45 | 0.5 |
| Hex | 47 | 8C | B9 | 3E | 18 | 0 | 1B | CC | 2D | 32 |
| Octal | 107 | 214 | 271 | 76 | 30 | 0 | 33 | 314 | 55 | 62 |
| Binary | 1000111 | 10001100 | 10111001 | 111110 | 11000 | 0 | 11011 | 11001100 | 101101 | 110010 |
Color Harmonies of #478CB9
Complementary color
Monochromatic Colors of #478CB9
Black with #478CB9
Text Example
Text Example
White with #478CB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #478CB9; }
p { color: rgb(71,140,185); }
H1.HeaderClassName
{
color: #478CB9;
}
.AnyTagClassName
{
color: #478CB9;
}
</style>
background-color css
<style>
a { background-color: #478CB9; }
a { background-color: rgb(71,140,185); }
div.DivClassName
{
background-color: #478CB9;
}
.BgClassName
{
background-color: #478CB9;
}
</style>
border-color css
<style>
span { border-color: #478CB9; }
span { border-color: rgb(71,140,185); }
td.TdClassName
{
border-color: #478CB9;
}
.TagClassName
{
border-color: #478CB9;
}
</style>