Shades of Steel Blue #4584BD
Tints of Steel Blue #4584BD
RGB
CMYK
RGB Variations
Color information
#4584BD (or 0x4584BD) is known color: Steel Blue. HEX triplet: 45, 84 and BD. RGB value is (69,132,189). Sum of RGB (Red+Green+Blue) = 69+132+189=390 (51% of max value = 765). Red value is 69 (27.34% from 255 or 17.69% from 390); Green value is 132 (51.95% from 255 or 33.85% from 390); Blue value is 189 (74.22% from 255 or 48.46% from 390); Max value from RGB is 189 - color contains mainly: blue. Hex color #4584BD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4584BD is #BA7B42. Grayscale: #777777. Windows color (decimal): -12221251 or 12420165. OLE color: 12420165.
HSL color Cylindrical-coordinate representation of color #4584BD: hue angle of 208.5º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4584BD is Cyan = 0.63, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 69 | 132 | 189 | - |
| CMYK | 0.63 | 0.30 | 0 | 0.26 |
| HSL | 208.5º | 0.48% | 0.51% | - |
| HSV(B) | 208.5º | 0.63% | 0.74% | - |
| XYZ | 19.89 | 21.44 | 51.23 | - |
| YUV | 119.66 | 167.13 | 91.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 132 | 189 | 0.63 | 0.30 | 0 | 0.26 | 208.5 | 0.48 | 0.51 |
| Hex | 45 | 84 | BD | 3F | 1E | 0 | 1A | D0 | 30 | 33 |
| Octal | 105 | 204 | 275 | 77 | 36 | 0 | 32 | 320 | 60 | 63 |
| Binary | 1000101 | 10000100 | 10111101 | 111111 | 11110 | 0 | 11010 | 11010000 | 110000 | 110011 |
Color Harmonies of #4584BD
Complementary color
Monochromatic Colors of #4584BD
Black with #4584BD
Text Example
Text Example
White with #4584BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4584BD; }
p { color: rgb(69,132,189); }
H1.HeaderClassName
{
color: #4584BD;
}
.AnyTagClassName
{
color: #4584BD;
}
</style>
background-color css
<style>
a { background-color: #4584BD; }
a { background-color: rgb(69,132,189); }
div.DivClassName
{
background-color: #4584BD;
}
.BgClassName
{
background-color: #4584BD;
}
</style>
border-color css
<style>
span { border-color: #4584BD; }
span { border-color: rgb(69,132,189); }
td.TdClassName
{
border-color: #4584BD;
}
.TagClassName
{
border-color: #4584BD;
}
</style>