Shades of Steel Blue #476FBB
Tints of Steel Blue #476FBB
RGB
CMYK
RGB Variations
Color information
#476FBB (or 0x476FBB) is known color: Steel Blue. HEX triplet: 47, 6F and BB. RGB value is (71,111,187). Sum of RGB (Red+Green+Blue) = 71+111+187=369 (48% of max value = 765). Red value is 71 (28.12% from 255 or 19.24% from 369); Green value is 111 (43.75% from 255 or 30.08% from 369); Blue value is 187 (73.44% from 255 or 50.68% from 369); Max value from RGB is 187 - color contains mainly: blue. Hex color #476FBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #476FBB is #B89044. Grayscale: #6B6B6B. Windows color (decimal): -12095557 or 12283719. OLE color: 12283719.
HSL color Cylindrical-coordinate representation of color #476FBB: hue angle of 219.31º 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 #476FBB is Cyan = 0.62, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 71 | 111 | 187 | - |
| CMYK | 0.62 | 0.41 | 0 | 0.27 |
| HSL | 219.31º | 0.46% | 0.51% | - |
| HSV(B) | 219.31º | 0.62% | 0.73% | - |
| XYZ | 17.25 | 16.3 | 49.25 | - |
| YUV | 107.7 | 172.75 | 101.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 111 | 187 | 0.62 | 0.41 | 0 | 0.27 | 219.31 | 0.46 | 0.51 |
| Hex | 47 | 6F | BB | 3E | 29 | 0 | 1B | DB | 2E | 33 |
| Octal | 107 | 157 | 273 | 76 | 51 | 0 | 33 | 333 | 56 | 63 |
| Binary | 1000111 | 1101111 | 10111011 | 111110 | 101001 | 0 | 11011 | 11011011 | 101110 | 110011 |
Color Harmonies of #476FBB
Complementary color
Monochromatic Colors of #476FBB
Black with #476FBB
Text Example
Text Example
White with #476FBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #476FBB; }
p { color: rgb(71,111,187); }
H1.HeaderClassName
{
color: #476FBB;
}
.AnyTagClassName
{
color: #476FBB;
}
</style>
background-color css
<style>
a { background-color: #476FBB; }
a { background-color: rgb(71,111,187); }
div.DivClassName
{
background-color: #476FBB;
}
.BgClassName
{
background-color: #476FBB;
}
</style>
border-color css
<style>
span { border-color: #476FBB; }
span { border-color: rgb(71,111,187); }
td.TdClassName
{
border-color: #476FBB;
}
.TagClassName
{
border-color: #476FBB;
}
</style>