Shades of Steel Blue #4681A5
Tints of Steel Blue #4681A5
RGB
CMYK
RGB Variations
Color information
#4681A5 (or 0x4681A5) is known color: Steel Blue. HEX triplet: 46, 81 and A5. RGB value is (70,129,165). Sum of RGB (Red+Green+Blue) = 70+129+165=364 (48% of max value = 765). Red value is 70 (27.73% from 255 or 19.23% from 364); Green value is 129 (50.78% from 255 or 35.44% from 364); Blue value is 165 (64.84% from 255 or 45.33% from 364); Max value from RGB is 165 - color contains mainly: blue. Hex color #4681A5 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4681A5 is #B97E5A. Grayscale: #737373. Windows color (decimal): -12156507 or 10846534. OLE color: 10846534.
HSL color Cylindrical-coordinate representation of color #4681A5: hue angle of 202.74º degrees, saturation: 0.4, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4681A5 is Cyan = 0.58, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 70 | 129 | 165 | - |
| CMYK | 0.58 | 0.22 | 0 | 0.35 |
| HSL | 202.74º | 0.4% | 0.46% | - |
| HSV(B) | 202.74º | 0.58% | 0.65% | - |
| XYZ | 17.17 | 19.72 | 38.5 | - |
| YUV | 115.46 | 155.95 | 95.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 129 | 165 | 0.58 | 0.22 | 0 | 0.35 | 202.74 | 0.4 | 0.46 |
| Hex | 46 | 81 | A5 | 3A | 16 | 0 | 23 | CB | 28 | 2E |
| Octal | 106 | 201 | 245 | 72 | 26 | 0 | 43 | 313 | 50 | 56 |
| Binary | 1000110 | 10000001 | 10100101 | 111010 | 10110 | 0 | 100011 | 11001011 | 101000 | 101110 |
Color Harmonies of #4681A5
Complementary color
Monochromatic Colors of #4681A5
Black with #4681A5
Text Example
Text Example
White with #4681A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4681A5; }
p { color: rgb(70,129,165); }
H1.HeaderClassName
{
color: #4681A5;
}
.AnyTagClassName
{
color: #4681A5;
}
</style>
background-color css
<style>
a { background-color: #4681A5; }
a { background-color: rgb(70,129,165); }
div.DivClassName
{
background-color: #4681A5;
}
.BgClassName
{
background-color: #4681A5;
}
</style>
border-color css
<style>
span { border-color: #4681A5; }
span { border-color: rgb(70,129,165); }
td.TdClassName
{
border-color: #4681A5;
}
.TagClassName
{
border-color: #4681A5;
}
</style>