Shades of Steel Blue #4079B3
Tints of Steel Blue #4079B3
RGB
CMYK
RGB Variations
Color information
#4079B3 (or 0x4079B3) is known color: Steel Blue. HEX triplet: 40, 79 and B3. RGB value is (64,121,179). Sum of RGB (Red+Green+Blue) = 64+121+179=364 (48% of max value = 765). Red value is 64 (25.39% from 255 or 17.58% from 364); Green value is 121 (47.66% from 255 or 33.24% from 364); Blue value is 179 (70.31% from 255 or 49.18% from 364); Max value from RGB is 179 - color contains mainly: blue. Hex color #4079B3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4079B3 is #BF864C. Grayscale: #6E6E6E. Windows color (decimal): -12551757 or 11761984. OLE color: 11761984.
HSL color Cylindrical-coordinate representation of color #4079B3: hue angle of 210.26º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4079B3 is Cyan = 0.64, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 64 | 121 | 179 | - |
| CMYK | 0.64 | 0.32 | 0 | 0.30 |
| HSL | 210.26º | 0.47% | 0.48% | - |
| HSV(B) | 210.26º | 0.64% | 0.7% | - |
| XYZ | 17.09 | 18.02 | 45.23 | - |
| YUV | 110.57 | 166.62 | 94.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 121 | 179 | 0.64 | 0.32 | 0 | 0.30 | 210.26 | 0.47 | 0.48 |
| Hex | 40 | 79 | B3 | 40 | 20 | 0 | 1E | D2 | 2F | 30 |
| Octal | 100 | 171 | 263 | 100 | 40 | 0 | 36 | 322 | 57 | 60 |
| Binary | 1000000 | 1111001 | 10110011 | 1000000 | 100000 | 0 | 11110 | 11010010 | 101111 | 110000 |
Color Harmonies of #4079B3
Complementary color
Monochromatic Colors of #4079B3
Black with #4079B3
Text Example
Text Example
White with #4079B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4079B3; }
p { color: rgb(64,121,179); }
H1.HeaderClassName
{
color: #4079B3;
}
.AnyTagClassName
{
color: #4079B3;
}
</style>
background-color css
<style>
a { background-color: #4079B3; }
a { background-color: rgb(64,121,179); }
div.DivClassName
{
background-color: #4079B3;
}
.BgClassName
{
background-color: #4079B3;
}
</style>
border-color css
<style>
span { border-color: #4079B3; }
span { border-color: rgb(64,121,179); }
td.TdClassName
{
border-color: #4079B3;
}
.TagClassName
{
border-color: #4079B3;
}
</style>