Shades of Steel Blue #456EBA
Tints of Steel Blue #456EBA
RGB
CMYK
RGB Variations
Color information
#456EBA (or 0x456EBA) is known color: Steel Blue. HEX triplet: 45, 6E and BA. RGB value is (69,110,186). Sum of RGB (Red+Green+Blue) = 69+110+186=365 (48% of max value = 765). Red value is 69 (27.34% from 255 or 18.90% from 365); Green value is 110 (43.36% from 255 or 30.14% from 365); Blue value is 186 (73.05% from 255 or 50.96% from 365); Max value from RGB is 186 - color contains mainly: blue. Hex color #456EBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #456EBA is #BA9145. Grayscale: #6A6A6A. Windows color (decimal): -12226886 or 12217925. OLE color: 12217925.
HSL color Cylindrical-coordinate representation of color #456EBA: hue angle of 218.97º 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 #456EBA is Cyan = 0.63, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 69 | 110 | 186 | - |
| CMYK | 0.63 | 0.41 | 0 | 0.27 |
| HSL | 218.97º | 0.46% | 0.5% | - |
| HSV(B) | 218.97º | 0.63% | 0.73% | - |
| XYZ | 16.89 | 15.96 | 48.65 | - |
| YUV | 106.41 | 172.92 | 101.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 110 | 186 | 0.63 | 0.41 | 0 | 0.27 | 218.97 | 0.46 | 0.5 |
| Hex | 45 | 6E | BA | 3F | 29 | 0 | 1B | DB | 2E | 32 |
| Octal | 105 | 156 | 272 | 77 | 51 | 0 | 33 | 333 | 56 | 62 |
| Binary | 1000101 | 1101110 | 10111010 | 111111 | 101001 | 0 | 11011 | 11011011 | 101110 | 110010 |
Color Harmonies of #456EBA
Complementary color
Monochromatic Colors of #456EBA
Black with #456EBA
Text Example
Text Example
White with #456EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #456EBA; }
p { color: rgb(69,110,186); }
H1.HeaderClassName
{
color: #456EBA;
}
.AnyTagClassName
{
color: #456EBA;
}
</style>
background-color css
<style>
a { background-color: #456EBA; }
a { background-color: rgb(69,110,186); }
div.DivClassName
{
background-color: #456EBA;
}
.BgClassName
{
background-color: #456EBA;
}
</style>
border-color css
<style>
span { border-color: #456EBA; }
span { border-color: rgb(69,110,186); }
td.TdClassName
{
border-color: #456EBA;
}
.TagClassName
{
border-color: #456EBA;
}
</style>