Shades of Steel Blue #4075B9
Tints of Steel Blue #4075B9
RGB
CMYK
RGB Variations
Color information
#4075B9 (or 0x4075B9) is known color: Steel Blue. HEX triplet: 40, 75 and B9. RGB value is (64,117,185). Sum of RGB (Red+Green+Blue) = 64+117+185=366 (48% of max value = 765). Red value is 64 (25.39% from 255 or 17.49% from 366); Green value is 117 (46.09% from 255 or 31.97% from 366); Blue value is 185 (72.66% from 255 or 50.55% from 366); Max value from RGB is 185 - color contains mainly: blue. Hex color #4075B9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4075B9 is #BF8A46. Grayscale: #6C6C6C. Windows color (decimal): -12552775 or 12154176. OLE color: 12154176.
HSL color Cylindrical-coordinate representation of color #4075B9: hue angle of 213.72º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4075B9 is Cyan = 0.65, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 64 | 117 | 185 | - |
| CMYK | 0.65 | 0.37 | 0 | 0.27 |
| HSL | 213.72º | 0.49% | 0.49% | - |
| HSV(B) | 213.72º | 0.65% | 0.73% | - |
| XYZ | 17.23 | 17.32 | 48.33 | - |
| YUV | 108.91 | 170.94 | 95.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 117 | 185 | 0.65 | 0.37 | 0 | 0.27 | 213.72 | 0.49 | 0.49 |
| Hex | 40 | 75 | B9 | 41 | 25 | 0 | 1B | D6 | 31 | 31 |
| Octal | 100 | 165 | 271 | 101 | 45 | 0 | 33 | 326 | 61 | 61 |
| Binary | 1000000 | 1110101 | 10111001 | 1000001 | 100101 | 0 | 11011 | 11010110 | 110001 | 110001 |
Color Harmonies of #4075B9
Complementary color
Monochromatic Colors of #4075B9
Black with #4075B9
Text Example
Text Example
White with #4075B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4075B9; }
p { color: rgb(64,117,185); }
H1.HeaderClassName
{
color: #4075B9;
}
.AnyTagClassName
{
color: #4075B9;
}
</style>
background-color css
<style>
a { background-color: #4075B9; }
a { background-color: rgb(64,117,185); }
div.DivClassName
{
background-color: #4075B9;
}
.BgClassName
{
background-color: #4075B9;
}
</style>
border-color css
<style>
span { border-color: #4075B9; }
span { border-color: rgb(64,117,185); }
td.TdClassName
{
border-color: #4075B9;
}
.TagClassName
{
border-color: #4075B9;
}
</style>