Shades of Steel Blue #4675BE
Tints of Steel Blue #4675BE
RGB
CMYK
RGB Variations
Color information
#4675BE (or 0x4675BE) is known color: Steel Blue. HEX triplet: 46, 75 and BE. RGB value is (70,117,190). Sum of RGB (Red+Green+Blue) = 70+117+190=377 (49% of max value = 765). Red value is 70 (27.73% from 255 or 18.57% from 377); Green value is 117 (46.09% from 255 or 31.03% from 377); Blue value is 190 (74.61% from 255 or 50.40% from 377); Max value from RGB is 190 - color contains mainly: blue. Hex color #4675BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4675BE is #B98A41. Grayscale: #6E6E6E. Windows color (decimal): -12159554 or 12481862. OLE color: 12481862.
HSL color Cylindrical-coordinate representation of color #4675BE: hue angle of 216.5º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4675BE is Cyan = 0.63, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 70 | 117 | 190 | - |
| CMYK | 0.63 | 0.38 | 0 | 0.25 |
| HSL | 216.5º | 0.48% | 0.51% | - |
| HSV(B) | 216.5º | 0.63% | 0.75% | - |
| XYZ | 18.18 | 17.74 | 51.18 | - |
| YUV | 111.27 | 172.43 | 98.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 117 | 190 | 0.63 | 0.38 | 0 | 0.25 | 216.5 | 0.48 | 0.51 |
| Hex | 46 | 75 | BE | 3F | 26 | 0 | 19 | D8 | 30 | 33 |
| Octal | 106 | 165 | 276 | 77 | 46 | 0 | 31 | 330 | 60 | 63 |
| Binary | 1000110 | 1110101 | 10111110 | 111111 | 100110 | 0 | 11001 | 11011000 | 110000 | 110011 |
Color Harmonies of #4675BE
Complementary color
Monochromatic Colors of #4675BE
Black with #4675BE
Text Example
Text Example
White with #4675BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4675BE; }
p { color: rgb(70,117,190); }
H1.HeaderClassName
{
color: #4675BE;
}
.AnyTagClassName
{
color: #4675BE;
}
</style>
background-color css
<style>
a { background-color: #4675BE; }
a { background-color: rgb(70,117,190); }
div.DivClassName
{
background-color: #4675BE;
}
.BgClassName
{
background-color: #4675BE;
}
</style>
border-color css
<style>
span { border-color: #4675BE; }
span { border-color: rgb(70,117,190); }
td.TdClassName
{
border-color: #4675BE;
}
.TagClassName
{
border-color: #4675BE;
}
</style>