Shades of Steel Blue #4672BF
Tints of Steel Blue #4672BF
RGB
CMYK
RGB Variations
Color information
#4672BF (or 0x4672BF) is known color: Steel Blue. HEX triplet: 46, 72 and BF. RGB value is (70,114,191). Sum of RGB (Red+Green+Blue) = 70+114+191=375 (49% of max value = 765). Red value is 70 (27.73% from 255 or 18.67% from 375); Green value is 114 (44.92% from 255 or 30.4% from 375); Blue value is 191 (75% from 255 or 50.93% from 375); Max value from RGB is 191 - color contains mainly: blue. Hex color #4672BF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4672BF is #B98D40. Grayscale: #6D6D6D. Windows color (decimal): -12160321 or 12546630. OLE color: 12546630.
HSL color Cylindrical-coordinate representation of color #4672BF: hue angle of 218.18º degrees, saturation: 0.49, 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 #4672BF is Cyan = 0.63, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 70 | 114 | 191 | - |
| CMYK | 0.63 | 0.40 | 0 | 0.25 |
| HSL | 218.18º | 0.49% | 0.51% | - |
| HSV(B) | 218.18º | 0.63% | 0.75% | - |
| XYZ | 17.95 | 17.1 | 51.64 | - |
| YUV | 109.62 | 173.92 | 99.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 114 | 191 | 0.63 | 0.40 | 0 | 0.25 | 218.18 | 0.49 | 0.51 |
| Hex | 46 | 72 | BF | 3F | 28 | 0 | 19 | DA | 31 | 33 |
| Octal | 106 | 162 | 277 | 77 | 50 | 0 | 31 | 332 | 61 | 63 |
| Binary | 1000110 | 1110010 | 10111111 | 111111 | 101000 | 0 | 11001 | 11011010 | 110001 | 110011 |
Color Harmonies of #4672BF
Complementary color
Monochromatic Colors of #4672BF
Black with #4672BF
Text Example
Text Example
White with #4672BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4672BF; }
p { color: rgb(70,114,191); }
H1.HeaderClassName
{
color: #4672BF;
}
.AnyTagClassName
{
color: #4672BF;
}
</style>
background-color css
<style>
a { background-color: #4672BF; }
a { background-color: rgb(70,114,191); }
div.DivClassName
{
background-color: #4672BF;
}
.BgClassName
{
background-color: #4672BF;
}
</style>
border-color css
<style>
span { border-color: #4672BF; }
span { border-color: rgb(70,114,191); }
td.TdClassName
{
border-color: #4672BF;
}
.TagClassName
{
border-color: #4672BF;
}
</style>