Shades of Steel Blue #4675BB
Tints of Steel Blue #4675BB
RGB
CMYK
RGB Variations
Color information
#4675BB (or 0x4675BB) is known color: Steel Blue. HEX triplet: 46, 75 and BB. RGB value is (70,117,187). Sum of RGB (Red+Green+Blue) = 70+117+187=374 (49% of max value = 765). Red value is 70 (27.73% from 255 or 18.72% from 374); Green value is 117 (46.09% from 255 or 31.28% from 374); Blue value is 187 (73.44% from 255 or 50% from 374); Max value from RGB is 187 - color contains mainly: blue. Hex color #4675BB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4675BB is #B98A44. Grayscale: #6E6E6E. Windows color (decimal): -12159557 or 12285254. OLE color: 12285254.
HSL color Cylindrical-coordinate representation of color #4675BB: hue angle of 215.9º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4675BB is Cyan = 0.63, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 70 | 117 | 187 | - |
| CMYK | 0.63 | 0.37 | 0 | 0.27 |
| HSL | 215.9º | 0.46% | 0.5% | - |
| HSV(B) | 215.9º | 0.63% | 0.73% | - |
| XYZ | 17.86 | 17.61 | 49.47 | - |
| YUV | 110.93 | 170.93 | 98.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 117 | 187 | 0.63 | 0.37 | 0 | 0.27 | 215.9 | 0.46 | 0.5 |
| Hex | 46 | 75 | BB | 3F | 25 | 0 | 1B | D8 | 2E | 32 |
| Octal | 106 | 165 | 273 | 77 | 45 | 0 | 33 | 330 | 56 | 62 |
| Binary | 1000110 | 1110101 | 10111011 | 111111 | 100101 | 0 | 11011 | 11011000 | 101110 | 110010 |
Color Harmonies of #4675BB
Complementary color
Monochromatic Colors of #4675BB
Black with #4675BB
Text Example
Text Example
White with #4675BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4675BB; }
p { color: rgb(70,117,187); }
H1.HeaderClassName
{
color: #4675BB;
}
.AnyTagClassName
{
color: #4675BB;
}
</style>
background-color css
<style>
a { background-color: #4675BB; }
a { background-color: rgb(70,117,187); }
div.DivClassName
{
background-color: #4675BB;
}
.BgClassName
{
background-color: #4675BB;
}
</style>
border-color css
<style>
span { border-color: #4675BB; }
span { border-color: rgb(70,117,187); }
td.TdClassName
{
border-color: #4675BB;
}
.TagClassName
{
border-color: #4675BB;
}
</style>