Shades of Steel Blue #4075AD
Tints of Steel Blue #4075AD
RGB
CMYK
RGB Variations
Color information
#4075AD (or 0x4075AD) is known color: Steel Blue. HEX triplet: 40, 75 and AD. RGB value is (64,117,173). Sum of RGB (Red+Green+Blue) = 64+117+173=354 (46% of max value = 765). Red value is 64 (25.39% from 255 or 18.08% from 354); Green value is 117 (46.09% from 255 or 33.05% from 354); Blue value is 173 (67.97% from 255 or 48.87% from 354); Max value from RGB is 173 - color contains mainly: blue. Hex color #4075AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4075AD is #BF8A52. Grayscale: #6B6B6B. Windows color (decimal): -12552787 or 11367744. OLE color: 11367744.
HSL color Cylindrical-coordinate representation of color #4075AD: hue angle of 210.83º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4075AD is Cyan = 0.63, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 64 | 117 | 173 | - |
| CMYK | 0.63 | 0.32 | 0 | 0.32 |
| HSL | 210.83º | 0.46% | 0.46% | - |
| HSV(B) | 210.83º | 0.63% | 0.68% | - |
| XYZ | 16.02 | 16.83 | 41.94 | - |
| YUV | 107.54 | 164.94 | 96.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 117 | 173 | 0.63 | 0.32 | 0 | 0.32 | 210.83 | 0.46 | 0.46 |
| Hex | 40 | 75 | AD | 3F | 20 | 0 | 20 | D3 | 2E | 2E |
| Octal | 100 | 165 | 255 | 77 | 40 | 0 | 40 | 323 | 56 | 56 |
| Binary | 1000000 | 1110101 | 10101101 | 111111 | 100000 | 0 | 100000 | 11010011 | 101110 | 101110 |
Color Harmonies of #4075AD
Complementary color
Monochromatic Colors of #4075AD
Black with #4075AD
Text Example
Text Example
White with #4075AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4075AD; }
p { color: rgb(64,117,173); }
H1.HeaderClassName
{
color: #4075AD;
}
.AnyTagClassName
{
color: #4075AD;
}
</style>
background-color css
<style>
a { background-color: #4075AD; }
a { background-color: rgb(64,117,173); }
div.DivClassName
{
background-color: #4075AD;
}
.BgClassName
{
background-color: #4075AD;
}
</style>
border-color css
<style>
span { border-color: #4075AD; }
span { border-color: rgb(64,117,173); }
td.TdClassName
{
border-color: #4075AD;
}
.TagClassName
{
border-color: #4075AD;
}
</style>