Shades of Steel Blue #4583B6
Tints of Steel Blue #4583B6
RGB
CMYK
RGB Variations
Color information
#4583B6 (or 0x4583B6) is known color: Steel Blue. HEX triplet: 45, 83 and B6. RGB value is (69,131,182). Sum of RGB (Red+Green+Blue) = 69+131+182=382 (50% of max value = 765). Red value is 69 (27.34% from 255 or 18.06% from 382); Green value is 131 (51.56% from 255 or 34.29% from 382); Blue value is 182 (71.48% from 255 or 47.64% from 382); Max value from RGB is 182 - color contains mainly: blue. Hex color #4583B6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4583B6 is #BA7C49. Grayscale: #767676. Windows color (decimal): -12221514 or 11961157. OLE color: 11961157.
HSL color Cylindrical-coordinate representation of color #4583B6: hue angle of 207.08º 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 #4583B6 is Cyan = 0.62, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 69 | 131 | 182 | - |
| CMYK | 0.62 | 0.28 | 0 | 0.29 |
| HSL | 207.08º | 0.45% | 0.49% | - |
| HSV(B) | 207.08º | 0.62% | 0.71% | - |
| XYZ | 19.01 | 20.88 | 47.28 | - |
| YUV | 118.28 | 163.96 | 92.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 131 | 182 | 0.62 | 0.28 | 0 | 0.29 | 207.08 | 0.45 | 0.49 |
| Hex | 45 | 83 | B6 | 3E | 1C | 0 | 1D | CF | 2D | 31 |
| Octal | 105 | 203 | 266 | 76 | 34 | 0 | 35 | 317 | 55 | 61 |
| Binary | 1000101 | 10000011 | 10110110 | 111110 | 11100 | 0 | 11101 | 11001111 | 101101 | 110001 |
Color Harmonies of #4583B6
Complementary color
Monochromatic Colors of #4583B6
Black with #4583B6
Text Example
Text Example
White with #4583B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4583B6; }
p { color: rgb(69,131,182); }
H1.HeaderClassName
{
color: #4583B6;
}
.AnyTagClassName
{
color: #4583B6;
}
</style>
background-color css
<style>
a { background-color: #4583B6; }
a { background-color: rgb(69,131,182); }
div.DivClassName
{
background-color: #4583B6;
}
.BgClassName
{
background-color: #4583B6;
}
</style>
border-color css
<style>
span { border-color: #4583B6; }
span { border-color: rgb(69,131,182); }
td.TdClassName
{
border-color: #4583B6;
}
.TagClassName
{
border-color: #4583B6;
}
</style>