Shades of Steel Blue #456DBB
Tints of Steel Blue #456DBB
RGB
CMYK
RGB Variations
Color information
#456DBB (or 0x456DBB) is known color: Steel Blue. HEX triplet: 45, 6D and BB. RGB value is (69,109,187). Sum of RGB (Red+Green+Blue) = 69+109+187=365 (48% of max value = 765). Red value is 69 (27.34% from 255 or 18.90% from 365); Green value is 109 (42.97% from 255 or 29.86% from 365); Blue value is 187 (73.44% from 255 or 51.23% from 365); Max value from RGB is 187 - color contains mainly: blue. Hex color #456DBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #456DBB is #BA9244. Grayscale: #696969. Windows color (decimal): -12227141 or 12283205. OLE color: 12283205.
HSL color Cylindrical-coordinate representation of color #456DBB: hue angle of 219.66º 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 #456DBB is Cyan = 0.63, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 69 | 109 | 187 | - |
| CMYK | 0.63 | 0.42 | 0 | 0.27 |
| HSL | 219.66º | 0.46% | 0.5% | - |
| HSV(B) | 219.66º | 0.63% | 0.73% | - |
| XYZ | 16.89 | 15.79 | 49.17 | - |
| YUV | 105.93 | 173.75 | 101.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 109 | 187 | 0.63 | 0.42 | 0 | 0.27 | 219.66 | 0.46 | 0.5 |
| Hex | 45 | 6D | BB | 3F | 2A | 0 | 1B | DC | 2E | 32 |
| Octal | 105 | 155 | 273 | 77 | 52 | 0 | 33 | 334 | 56 | 62 |
| Binary | 1000101 | 1101101 | 10111011 | 111111 | 101010 | 0 | 11011 | 11011100 | 101110 | 110010 |
Color Harmonies of #456DBB
Complementary color
Monochromatic Colors of #456DBB
Black with #456DBB
Text Example
Text Example
White with #456DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #456DBB; }
p { color: rgb(69,109,187); }
H1.HeaderClassName
{
color: #456DBB;
}
.AnyTagClassName
{
color: #456DBB;
}
</style>
background-color css
<style>
a { background-color: #456DBB; }
a { background-color: rgb(69,109,187); }
div.DivClassName
{
background-color: #456DBB;
}
.BgClassName
{
background-color: #456DBB;
}
</style>
border-color css
<style>
span { border-color: #456DBB; }
span { border-color: rgb(69,109,187); }
td.TdClassName
{
border-color: #456DBB;
}
.TagClassName
{
border-color: #456DBB;
}
</style>