Shades of Steel Blue #4375AB
Tints of Steel Blue #4375AB
RGB
CMYK
RGB Variations
Color information
#4375AB (or 0x4375AB) is known color: Steel Blue. HEX triplet: 43, 75 and AB. RGB value is (67,117,171). Sum of RGB (Red+Green+Blue) = 67+117+171=355 (47% of max value = 765). Red value is 67 (26.56% from 255 or 18.87% from 355); Green value is 117 (46.09% from 255 or 32.96% from 355); Blue value is 171 (67.19% from 255 or 48.17% from 355); Max value from RGB is 171 - color contains mainly: blue. Hex color #4375AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4375AB is #BC8A54. Grayscale: #6B6B6B. Windows color (decimal): -12356181 or 11236675. OLE color: 11236675.
HSL color Cylindrical-coordinate representation of color #4375AB: hue angle of 211.15º degrees, saturation: 0.44, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4375AB is Cyan = 0.61, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 67 | 117 | 171 | - |
| CMYK | 0.61 | 0.32 | 0 | 0.33 |
| HSL | 211.15º | 0.44% | 0.47% | - |
| HSV(B) | 211.15º | 0.61% | 0.67% | - |
| XYZ | 16.03 | 16.86 | 40.94 | - |
| YUV | 108.21 | 163.44 | 98.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 117 | 171 | 0.61 | 0.32 | 0 | 0.33 | 211.15 | 0.44 | 0.47 |
| Hex | 43 | 75 | AB | 3D | 20 | 0 | 21 | D3 | 2C | 2F |
| Octal | 103 | 165 | 253 | 75 | 40 | 0 | 41 | 323 | 54 | 57 |
| Binary | 1000011 | 1110101 | 10101011 | 111101 | 100000 | 0 | 100001 | 11010011 | 101100 | 101111 |
Color Harmonies of #4375AB
Complementary color
Monochromatic Colors of #4375AB
Black with #4375AB
Text Example
Text Example
White with #4375AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4375AB; }
p { color: rgb(67,117,171); }
H1.HeaderClassName
{
color: #4375AB;
}
.AnyTagClassName
{
color: #4375AB;
}
</style>
background-color css
<style>
a { background-color: #4375AB; }
a { background-color: rgb(67,117,171); }
div.DivClassName
{
background-color: #4375AB;
}
.BgClassName
{
background-color: #4375AB;
}
</style>
border-color css
<style>
span { border-color: #4375AB; }
span { border-color: rgb(67,117,171); }
td.TdClassName
{
border-color: #4375AB;
}
.TagClassName
{
border-color: #4375AB;
}
</style>