Shades of Steel Blue #476DBB
Tints of Steel Blue #476DBB
RGB
CMYK
RGB Variations
Color information
#476DBB (or 0x476DBB) is known color: Steel Blue. HEX triplet: 47, 6D and BB. RGB value is (71,109,187). Sum of RGB (Red+Green+Blue) = 71+109+187=367 (48% of max value = 765). Red value is 71 (28.12% from 255 or 19.35% from 367); Green value is 109 (42.97% from 255 or 29.70% from 367); Blue value is 187 (73.44% from 255 or 50.95% from 367); Max value from RGB is 187 - color contains mainly: blue. Hex color #476DBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #476DBB is #B89244. Grayscale: #6A6A6A. Windows color (decimal): -12096069 or 12283207. OLE color: 12283207.
HSL color Cylindrical-coordinate representation of color #476DBB: hue angle of 220.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 #476DBB is Cyan = 0.62, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 71 | 109 | 187 | - |
| CMYK | 0.62 | 0.42 | 0 | 0.27 |
| HSL | 220.34º | 0.46% | 0.51% | - |
| HSV(B) | 220.34º | 0.62% | 0.73% | - |
| XYZ | 17.04 | 15.86 | 49.18 | - |
| YUV | 106.53 | 173.41 | 102.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 109 | 187 | 0.62 | 0.42 | 0 | 0.27 | 220.34 | 0.46 | 0.51 |
| Hex | 47 | 6D | BB | 3E | 2A | 0 | 1B | DC | 2E | 33 |
| Octal | 107 | 155 | 273 | 76 | 52 | 0 | 33 | 334 | 56 | 63 |
| Binary | 1000111 | 1101101 | 10111011 | 111110 | 101010 | 0 | 11011 | 11011100 | 101110 | 110011 |
Color Harmonies of #476DBB
Complementary color
Monochromatic Colors of #476DBB
Black with #476DBB
Text Example
Text Example
White with #476DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #476DBB; }
p { color: rgb(71,109,187); }
H1.HeaderClassName
{
color: #476DBB;
}
.AnyTagClassName
{
color: #476DBB;
}
</style>
background-color css
<style>
a { background-color: #476DBB; }
a { background-color: rgb(71,109,187); }
div.DivClassName
{
background-color: #476DBB;
}
.BgClassName
{
background-color: #476DBB;
}
</style>
border-color css
<style>
span { border-color: #476DBB; }
span { border-color: rgb(71,109,187); }
td.TdClassName
{
border-color: #476DBB;
}
.TagClassName
{
border-color: #476DBB;
}
</style>