Shades of Steel Blue #4075AC
Tints of Steel Blue #4075AC
RGB
CMYK
RGB Variations
Color information
#4075AC (or 0x4075AC) is known color: Steel Blue. HEX triplet: 40, 75 and AC. RGB value is (64,117,172). Sum of RGB (Red+Green+Blue) = 64+117+172=353 (46% of max value = 765). Red value is 64 (25.39% from 255 or 18.13% from 353); Green value is 117 (46.09% from 255 or 33.14% from 353); Blue value is 172 (67.58% from 255 or 48.73% from 353); Max value from RGB is 172 - color contains mainly: blue. Hex color #4075AC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4075AC is #BF8A53. Grayscale: #6B6B6B. Windows color (decimal): -12552788 or 11302208. OLE color: 11302208.
HSL color Cylindrical-coordinate representation of color #4075AC: hue angle of 210.56º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4075AC is Cyan = 0.63, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 64 | 117 | 172 | - |
| CMYK | 0.63 | 0.32 | 0 | 0.33 |
| HSL | 210.56º | 0.46% | 0.46% | - |
| HSV(B) | 210.56º | 0.63% | 0.67% | - |
| XYZ | 15.92 | 16.79 | 41.43 | - |
| YUV | 107.42 | 164.44 | 97.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 117 | 172 | 0.63 | 0.32 | 0 | 0.33 | 210.56 | 0.46 | 0.46 |
| Hex | 40 | 75 | AC | 3F | 20 | 0 | 21 | D3 | 2E | 2E |
| Octal | 100 | 165 | 254 | 77 | 40 | 0 | 41 | 323 | 56 | 56 |
| Binary | 1000000 | 1110101 | 10101100 | 111111 | 100000 | 0 | 100001 | 11010011 | 101110 | 101110 |
Color Harmonies of #4075AC
Complementary color
Monochromatic Colors of #4075AC
Black with #4075AC
Text Example
Text Example
White with #4075AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4075AC; }
p { color: rgb(64,117,172); }
H1.HeaderClassName
{
color: #4075AC;
}
.AnyTagClassName
{
color: #4075AC;
}
</style>
background-color css
<style>
a { background-color: #4075AC; }
a { background-color: rgb(64,117,172); }
div.DivClassName
{
background-color: #4075AC;
}
.BgClassName
{
background-color: #4075AC;
}
</style>
border-color css
<style>
span { border-color: #4075AC; }
span { border-color: rgb(64,117,172); }
td.TdClassName
{
border-color: #4075AC;
}
.TagClassName
{
border-color: #4075AC;
}
</style>