Shades of Steel Blue #4375AD
Tints of Steel Blue #4375AD
RGB
CMYK
RGB Variations
Color information
#4375AD (or 0x4375AD) is known color: Steel Blue. HEX triplet: 43, 75 and AD. RGB value is (67,117,173). Sum of RGB (Red+Green+Blue) = 67+117+173=357 (47% of max value = 765). Red value is 67 (26.56% from 255 or 18.77% from 357); Green value is 117 (46.09% from 255 or 32.77% from 357); Blue value is 173 (67.97% from 255 or 48.46% from 357); Max value from RGB is 173 - color contains mainly: blue. Hex color #4375AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4375AD is #BC8A52. Grayscale: #6C6C6C. Windows color (decimal): -12356179 or 11367747. OLE color: 11367747.
HSL color Cylindrical-coordinate representation of color #4375AD: hue angle of 211.7º degrees, saturation: 0.44, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4375AD is Cyan = 0.61, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 67 | 117 | 173 | - |
| CMYK | 0.61 | 0.32 | 0 | 0.32 |
| HSL | 211.7º | 0.44% | 0.47% | - |
| HSV(B) | 211.7º | 0.61% | 0.68% | - |
| XYZ | 16.22 | 16.93 | 41.95 | - |
| YUV | 108.43 | 164.44 | 98.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 117 | 173 | 0.61 | 0.32 | 0 | 0.32 | 211.7 | 0.44 | 0.47 |
| Hex | 43 | 75 | AD | 3D | 20 | 0 | 20 | D4 | 2C | 2F |
| Octal | 103 | 165 | 255 | 75 | 40 | 0 | 40 | 324 | 54 | 57 |
| Binary | 1000011 | 1110101 | 10101101 | 111101 | 100000 | 0 | 100000 | 11010100 | 101100 | 101111 |
Color Harmonies of #4375AD
Complementary color
Monochromatic Colors of #4375AD
Black with #4375AD
Text Example
Text Example
White with #4375AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4375AD; }
p { color: rgb(67,117,173); }
H1.HeaderClassName
{
color: #4375AD;
}
.AnyTagClassName
{
color: #4375AD;
}
</style>
background-color css
<style>
a { background-color: #4375AD; }
a { background-color: rgb(67,117,173); }
div.DivClassName
{
background-color: #4375AD;
}
.BgClassName
{
background-color: #4375AD;
}
</style>
border-color css
<style>
span { border-color: #4375AD; }
span { border-color: rgb(67,117,173); }
td.TdClassName
{
border-color: #4375AD;
}
.TagClassName
{
border-color: #4375AD;
}
</style>