Shades of Steel Blue #4574B5
Tints of Steel Blue #4574B5
RGB
CMYK
RGB Variations
Color information
#4574B5 (or 0x4574B5) is known color: Steel Blue. HEX triplet: 45, 74 and B5. RGB value is (69,116,181). Sum of RGB (Red+Green+Blue) = 69+116+181=366 (48% of max value = 765). Red value is 69 (27.34% from 255 or 18.85% from 366); Green value is 116 (45.70% from 255 or 31.69% from 366); Blue value is 181 (71.09% from 255 or 49.45% from 366); Max value from RGB is 181 - color contains mainly: blue. Hex color #4574B5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4574B5 is #BA8B4A. Grayscale: #6D6D6D. Windows color (decimal): -12225355 or 11891781. OLE color: 11891781.
HSL color Cylindrical-coordinate representation of color #4574B5: hue angle of 214.82º 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 #4574B5 is Cyan = 0.62, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 69 | 116 | 181 | - |
| CMYK | 0.62 | 0.36 | 0 | 0.29 |
| HSL | 214.82º | 0.45% | 0.49% | - |
| HSV(B) | 214.82º | 0.62% | 0.71% | - |
| XYZ | 17.04 | 17.09 | 46.12 | - |
| YUV | 109.36 | 168.43 | 99.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 116 | 181 | 0.62 | 0.36 | 0 | 0.29 | 214.82 | 0.45 | 0.49 |
| Hex | 45 | 74 | B5 | 3E | 24 | 0 | 1D | D7 | 2D | 31 |
| Octal | 105 | 164 | 265 | 76 | 44 | 0 | 35 | 327 | 55 | 61 |
| Binary | 1000101 | 1110100 | 10110101 | 111110 | 100100 | 0 | 11101 | 11010111 | 101101 | 110001 |
Color Harmonies of #4574B5
Complementary color
Monochromatic Colors of #4574B5
Black with #4574B5
Text Example
Text Example
White with #4574B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4574B5; }
p { color: rgb(69,116,181); }
H1.HeaderClassName
{
color: #4574B5;
}
.AnyTagClassName
{
color: #4574B5;
}
</style>
background-color css
<style>
a { background-color: #4574B5; }
a { background-color: rgb(69,116,181); }
div.DivClassName
{
background-color: #4574B5;
}
.BgClassName
{
background-color: #4574B5;
}
</style>
border-color css
<style>
span { border-color: #4574B5; }
span { border-color: rgb(69,116,181); }
td.TdClassName
{
border-color: #4574B5;
}
.TagClassName
{
border-color: #4574B5;
}
</style>