Shades of Steel Blue #4580C1
Tints of Steel Blue #4580C1
RGB
CMYK
RGB Variations
Color information
#4580C1 (or 0x4580C1) is known color: Steel Blue. HEX triplet: 45, 80 and C1. RGB value is (69,128,193). Sum of RGB (Red+Green+Blue) = 69+128+193=390 (51% of max value = 765). Red value is 69 (27.34% from 255 or 17.69% from 390); Green value is 128 (50.39% from 255 or 32.82% from 390); Blue value is 193 (75.78% from 255 or 49.49% from 390); Max value from RGB is 193 - color contains mainly: blue. Hex color #4580C1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4580C1 is #BA7F3E. Grayscale: #757575. Windows color (decimal): -12222271 or 12681285. OLE color: 12681285.
HSL color Cylindrical-coordinate representation of color #4580C1: hue angle of 211.45º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4580C1 is Cyan = 0.64, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 69 | 128 | 193 | - |
| CMYK | 0.64 | 0.34 | 0 | 0.24 |
| HSL | 211.45º | 0.5% | 0.51% | - |
| HSV(B) | 211.45º | 0.64% | 0.76% | - |
| XYZ | 19.8 | 20.55 | 53.38 | - |
| YUV | 117.77 | 170.45 | 93.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 128 | 193 | 0.64 | 0.34 | 0 | 0.24 | 211.45 | 0.5 | 0.51 |
| Hex | 45 | 80 | C1 | 40 | 22 | 0 | 18 | D3 | 32 | 33 |
| Octal | 105 | 200 | 301 | 100 | 42 | 0 | 30 | 323 | 62 | 63 |
| Binary | 1000101 | 10000000 | 11000001 | 1000000 | 100010 | 0 | 11000 | 11010011 | 110010 | 110011 |
Color Harmonies of #4580C1
Complementary color
Monochromatic Colors of #4580C1
Black with #4580C1
Text Example
Text Example
White with #4580C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4580C1; }
p { color: rgb(69,128,193); }
H1.HeaderClassName
{
color: #4580C1;
}
.AnyTagClassName
{
color: #4580C1;
}
</style>
background-color css
<style>
a { background-color: #4580C1; }
a { background-color: rgb(69,128,193); }
div.DivClassName
{
background-color: #4580C1;
}
.BgClassName
{
background-color: #4580C1;
}
</style>
border-color css
<style>
span { border-color: #4580C1; }
span { border-color: rgb(69,128,193); }
td.TdClassName
{
border-color: #4580C1;
}
.TagClassName
{
border-color: #4580C1;
}
</style>