Shades of Steel Blue #4073C7
Tints of Steel Blue #4073C7
RGB
CMYK
RGB Variations
Color information
#4073C7 (or 0x4073C7) is known color: Steel Blue. HEX triplet: 40, 73 and C7. RGB value is (64,115,199). Sum of RGB (Red+Green+Blue) = 64+115+199=378 (50% of max value = 765). Red value is 64 (25.39% from 255 or 16.93% from 378); Green value is 115 (45.31% from 255 or 30.42% from 378); Blue value is 199 (78.12% from 255 or 52.65% from 378); Max value from RGB is 199 - color contains mainly: blue. Hex color #4073C7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4073C7 is #BF8C38. Grayscale: #6C6C6C. Windows color (decimal): -12553273 or 13071168. OLE color: 13071168.
HSL color Cylindrical-coordinate representation of color #4073C7: hue angle of 217.33º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4073C7 is Cyan = 0.68, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 64 | 115 | 199 | - |
| CMYK | 0.68 | 0.42 | 0 | 0.22 |
| HSL | 217.33º | 0.55% | 0.52% | - |
| HSV(B) | 217.33º | 0.68% | 0.78% | - |
| XYZ | 18.55 | 17.47 | 56.43 | - |
| YUV | 109.33 | 178.6 | 95.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 115 | 199 | 0.68 | 0.42 | 0 | 0.22 | 217.33 | 0.55 | 0.52 |
| Hex | 40 | 73 | C7 | 44 | 2A | 0 | 16 | D9 | 37 | 34 |
| Octal | 100 | 163 | 307 | 104 | 52 | 0 | 26 | 331 | 67 | 64 |
| Binary | 1000000 | 1110011 | 11000111 | 1000100 | 101010 | 0 | 10110 | 11011001 | 110111 | 110100 |
Color Harmonies of #4073C7
Complementary color
Monochromatic Colors of #4073C7
Black with #4073C7
Text Example
Text Example
White with #4073C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4073C7; }
p { color: rgb(64,115,199); }
H1.HeaderClassName
{
color: #4073C7;
}
.AnyTagClassName
{
color: #4073C7;
}
</style>
background-color css
<style>
a { background-color: #4073C7; }
a { background-color: rgb(64,115,199); }
div.DivClassName
{
background-color: #4073C7;
}
.BgClassName
{
background-color: #4073C7;
}
</style>
border-color css
<style>
span { border-color: #4073C7; }
span { border-color: rgb(64,115,199); }
td.TdClassName
{
border-color: #4073C7;
}
.TagClassName
{
border-color: #4073C7;
}
</style>