Shades of Steel Blue #4672BE
Tints of Steel Blue #4672BE
RGB
CMYK
RGB Variations
Color information
#4672BE (or 0x4672BE) is known color: Steel Blue. HEX triplet: 46, 72 and BE. RGB value is (70,114,190). Sum of RGB (Red+Green+Blue) = 70+114+190=374 (49% of max value = 765). Red value is 70 (27.73% from 255 or 18.72% from 374); Green value is 114 (44.92% from 255 or 30.48% from 374); Blue value is 190 (74.61% from 255 or 50.80% from 374); Max value from RGB is 190 - color contains mainly: blue. Hex color #4672BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4672BE is #B98D41. Grayscale: #6D6D6D. Windows color (decimal): -12160322 or 12481094. OLE color: 12481094.
HSL color Cylindrical-coordinate representation of color #4672BE: hue angle of 218º 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 #4672BE is Cyan = 0.63, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 70 | 114 | 190 | - |
| CMYK | 0.63 | 0.40 | 0 | 0.25 |
| HSL | 218º | 0.48% | 0.51% | - |
| HSV(B) | 218º | 0.63% | 0.75% | - |
| XYZ | 17.84 | 17.05 | 51.07 | - |
| YUV | 109.51 | 173.42 | 99.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 114 | 190 | 0.63 | 0.40 | 0 | 0.25 | 218 | 0.48 | 0.51 |
| Hex | 46 | 72 | BE | 3F | 28 | 0 | 19 | DA | 30 | 33 |
| Octal | 106 | 162 | 276 | 77 | 50 | 0 | 31 | 332 | 60 | 63 |
| Binary | 1000110 | 1110010 | 10111110 | 111111 | 101000 | 0 | 11001 | 11011010 | 110000 | 110011 |
Color Harmonies of #4672BE
Complementary color
Monochromatic Colors of #4672BE
Black with #4672BE
Text Example
Text Example
White with #4672BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4672BE; }
p { color: rgb(70,114,190); }
H1.HeaderClassName
{
color: #4672BE;
}
.AnyTagClassName
{
color: #4672BE;
}
</style>
background-color css
<style>
a { background-color: #4672BE; }
a { background-color: rgb(70,114,190); }
div.DivClassName
{
background-color: #4672BE;
}
.BgClassName
{
background-color: #4672BE;
}
</style>
border-color css
<style>
span { border-color: #4672BE; }
span { border-color: rgb(70,114,190); }
td.TdClassName
{
border-color: #4672BE;
}
.TagClassName
{
border-color: #4672BE;
}
</style>