Shades of Steel Blue #4581B2
Tints of Steel Blue #4581B2
RGB
CMYK
RGB Variations
Color information
#4581B2 (or 0x4581B2) is known color: Steel Blue. HEX triplet: 45, 81 and B2. RGB value is (69,129,178). Sum of RGB (Red+Green+Blue) = 69+129+178=376 (49% of max value = 765). Red value is 69 (27.34% from 255 or 18.35% from 376); Green value is 129 (50.78% from 255 or 34.31% from 376); Blue value is 178 (69.92% from 255 or 47.34% from 376); Max value from RGB is 178 - color contains mainly: blue. Hex color #4581B2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4581B2 is #BA7E4D. Grayscale: #747474. Windows color (decimal): -12222030 or 11698501. OLE color: 11698501.
HSL color Cylindrical-coordinate representation of color #4581B2: hue angle of 206.97º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4581B2 is Cyan = 0.61, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 69 | 129 | 178 | - |
| CMYK | 0.61 | 0.28 | 0 | 0.30 |
| HSL | 206.97º | 0.44% | 0.48% | - |
| HSV(B) | 206.97º | 0.61% | 0.7% | - |
| XYZ | 18.34 | 20.18 | 45.05 | - |
| YUV | 116.65 | 162.62 | 94.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 129 | 178 | 0.61 | 0.28 | 0 | 0.30 | 206.97 | 0.44 | 0.48 |
| Hex | 45 | 81 | B2 | 3D | 1C | 0 | 1E | CF | 2C | 30 |
| Octal | 105 | 201 | 262 | 75 | 34 | 0 | 36 | 317 | 54 | 60 |
| Binary | 1000101 | 10000001 | 10110010 | 111101 | 11100 | 0 | 11110 | 11001111 | 101100 | 110000 |
Color Harmonies of #4581B2
Complementary color
Monochromatic Colors of #4581B2
Black with #4581B2
Text Example
Text Example
White with #4581B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4581B2; }
p { color: rgb(69,129,178); }
H1.HeaderClassName
{
color: #4581B2;
}
.AnyTagClassName
{
color: #4581B2;
}
</style>
background-color css
<style>
a { background-color: #4581B2; }
a { background-color: rgb(69,129,178); }
div.DivClassName
{
background-color: #4581B2;
}
.BgClassName
{
background-color: #4581B2;
}
</style>
border-color css
<style>
span { border-color: #4581B2; }
span { border-color: rgb(69,129,178); }
td.TdClassName
{
border-color: #4581B2;
}
.TagClassName
{
border-color: #4581B2;
}
</style>