Shades of Steel Blue #458AB4
Tints of Steel Blue #458AB4
RGB
CMYK
RGB Variations
Color information
#458AB4 (or 0x458AB4) is known color: Steel Blue. HEX triplet: 45, 8A and B4. RGB value is (69,138,180). Sum of RGB (Red+Green+Blue) = 69+138+180=387 (51% of max value = 765). Red value is 69 (27.34% from 255 or 17.83% from 387); Green value is 138 (54.30% from 255 or 35.66% from 387); Blue value is 180 (70.70% from 255 or 46.51% from 387); Max value from RGB is 180 - color contains mainly: blue. Hex color #458AB4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #458AB4 is #BA754B. Grayscale: #797979. Windows color (decimal): -12219724 or 11831877. OLE color: 11831877.
HSL color Cylindrical-coordinate representation of color #458AB4: hue angle of 202.7º degrees, saturation: 0.45, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #458AB4 is Cyan = 0.62, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 69 | 138 | 180 | - |
| CMYK | 0.62 | 0.23 | 0 | 0.29 |
| HSL | 202.7º | 0.45% | 0.49% | - |
| HSV(B) | 202.7º | 0.62% | 0.71% | - |
| XYZ | 19.78 | 22.74 | 46.53 | - |
| YUV | 122.16 | 160.64 | 90.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 138 | 180 | 0.62 | 0.23 | 0 | 0.29 | 202.7 | 0.45 | 0.49 |
| Hex | 45 | 8A | B4 | 3E | 17 | 0 | 1D | CB | 2D | 31 |
| Octal | 105 | 212 | 264 | 76 | 27 | 0 | 35 | 313 | 55 | 61 |
| Binary | 1000101 | 10001010 | 10110100 | 111110 | 10111 | 0 | 11101 | 11001011 | 101101 | 110001 |
Color Harmonies of #458AB4
Complementary color
Monochromatic Colors of #458AB4
Black with #458AB4
Text Example
Text Example
White with #458AB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #458AB4; }
p { color: rgb(69,138,180); }
H1.HeaderClassName
{
color: #458AB4;
}
.AnyTagClassName
{
color: #458AB4;
}
</style>
background-color css
<style>
a { background-color: #458AB4; }
a { background-color: rgb(69,138,180); }
div.DivClassName
{
background-color: #458AB4;
}
.BgClassName
{
background-color: #458AB4;
}
</style>
border-color css
<style>
span { border-color: #458AB4; }
span { border-color: rgb(69,138,180); }
td.TdClassName
{
border-color: #458AB4;
}
.TagClassName
{
border-color: #458AB4;
}
</style>