Shades of Steel Blue #4075AF
Tints of Steel Blue #4075AF
RGB
CMYK
RGB Variations
Color information
#4075AF (or 0x4075AF) is known color: Steel Blue. HEX triplet: 40, 75 and AF. RGB value is (64,117,175). Sum of RGB (Red+Green+Blue) = 64+117+175=356 (47% of max value = 765). Red value is 64 (25.39% from 255 or 17.98% from 356); Green value is 117 (46.09% from 255 or 32.87% from 356); Blue value is 175 (68.75% from 255 or 49.16% from 356); Max value from RGB is 175 - color contains mainly: blue. Hex color #4075AF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4075AF is #BF8A50. Grayscale: #6B6B6B. Windows color (decimal): -12552785 or 11498816. OLE color: 11498816.
HSL color Cylindrical-coordinate representation of color #4075AF: hue angle of 211.35º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4075AF is Cyan = 0.63, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 64 | 117 | 175 | - |
| CMYK | 0.63 | 0.33 | 0 | 0.31 |
| HSL | 211.35º | 0.46% | 0.47% | - |
| HSV(B) | 211.35º | 0.63% | 0.69% | - |
| XYZ | 16.21 | 16.91 | 42.97 | - |
| YUV | 107.77 | 165.94 | 96.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 117 | 175 | 0.63 | 0.33 | 0 | 0.31 | 211.35 | 0.46 | 0.47 |
| Hex | 40 | 75 | AF | 3F | 21 | 0 | 1F | D3 | 2E | 2F |
| Octal | 100 | 165 | 257 | 77 | 41 | 0 | 37 | 323 | 56 | 57 |
| Binary | 1000000 | 1110101 | 10101111 | 111111 | 100001 | 0 | 11111 | 11010011 | 101110 | 101111 |
Color Harmonies of #4075AF
Complementary color
Monochromatic Colors of #4075AF
Black with #4075AF
Text Example
Text Example
White with #4075AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4075AF; }
p { color: rgb(64,117,175); }
H1.HeaderClassName
{
color: #4075AF;
}
.AnyTagClassName
{
color: #4075AF;
}
</style>
background-color css
<style>
a { background-color: #4075AF; }
a { background-color: rgb(64,117,175); }
div.DivClassName
{
background-color: #4075AF;
}
.BgClassName
{
background-color: #4075AF;
}
</style>
border-color css
<style>
span { border-color: #4075AF; }
span { border-color: rgb(64,117,175); }
td.TdClassName
{
border-color: #4075AF;
}
.TagClassName
{
border-color: #4075AF;
}
</style>