Shades of Steel Blue #4677B8
Tints of Steel Blue #4677B8
RGB
CMYK
RGB Variations
Color information
#4677B8 (or 0x4677B8) is known color: Steel Blue. HEX triplet: 46, 77 and B8. RGB value is (70,119,184). Sum of RGB (Red+Green+Blue) = 70+119+184=373 (49% of max value = 765). Red value is 70 (27.73% from 255 or 18.77% from 373); Green value is 119 (46.88% from 255 or 31.90% from 373); Blue value is 184 (72.27% from 255 or 49.33% from 373); Max value from RGB is 184 - color contains mainly: blue. Hex color #4677B8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4677B8 is #B98847. Grayscale: #6F6F6F. Windows color (decimal): -12159048 or 12089158. OLE color: 12089158.
HSL color Cylindrical-coordinate representation of color #4677B8: hue angle of 214.21º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4677B8 is Cyan = 0.62, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 70 | 119 | 184 | - |
| CMYK | 0.62 | 0.35 | 0 | 0.28 |
| HSL | 214.21º | 0.45% | 0.5% | - |
| HSV(B) | 214.21º | 0.62% | 0.72% | - |
| XYZ | 17.77 | 17.96 | 47.88 | - |
| YUV | 111.76 | 168.77 | 98.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 119 | 184 | 0.62 | 0.35 | 0 | 0.28 | 214.21 | 0.45 | 0.5 |
| Hex | 46 | 77 | B8 | 3E | 23 | 0 | 1C | D6 | 2D | 32 |
| Octal | 106 | 167 | 270 | 76 | 43 | 0 | 34 | 326 | 55 | 62 |
| Binary | 1000110 | 1110111 | 10111000 | 111110 | 100011 | 0 | 11100 | 11010110 | 101101 | 110010 |
Color Harmonies of #4677B8
Complementary color
Monochromatic Colors of #4677B8
Black with #4677B8
Text Example
Text Example
White with #4677B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4677B8; }
p { color: rgb(70,119,184); }
H1.HeaderClassName
{
color: #4677B8;
}
.AnyTagClassName
{
color: #4677B8;
}
</style>
background-color css
<style>
a { background-color: #4677B8; }
a { background-color: rgb(70,119,184); }
div.DivClassName
{
background-color: #4677B8;
}
.BgClassName
{
background-color: #4677B8;
}
</style>
border-color css
<style>
span { border-color: #4677B8; }
span { border-color: rgb(70,119,184); }
td.TdClassName
{
border-color: #4677B8;
}
.TagClassName
{
border-color: #4677B8;
}
</style>