Shades of Steel Blue #4074B4
Tints of Steel Blue #4074B4
RGB
CMYK
RGB Variations
Color information
#4074B4 (or 0x4074B4) is known color: Steel Blue. HEX triplet: 40, 74 and B4. RGB value is (64,116,180). Sum of RGB (Red+Green+Blue) = 64+116+180=360 (47% of max value = 765). Red value is 64 (25.39% from 255 or 17.78% from 360); Green value is 116 (45.70% from 255 or 32.22% from 360); Blue value is 180 (70.70% from 255 or 50% from 360); Max value from RGB is 180 - color contains mainly: blue. Hex color #4074B4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4074B4 is #BF8B4B. Grayscale: #6B6B6B. Windows color (decimal): -12553036 or 11826240. OLE color: 11826240.
HSL color Cylindrical-coordinate representation of color #4074B4: hue angle of 213.1º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4074B4 is Cyan = 0.64, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 64 | 116 | 180 | - |
| CMYK | 0.64 | 0.36 | 0 | 0.29 |
| HSL | 213.1º | 0.48% | 0.48% | - |
| HSV(B) | 213.1º | 0.64% | 0.71% | - |
| XYZ | 16.6 | 16.88 | 45.56 | - |
| YUV | 107.75 | 168.77 | 96.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 116 | 180 | 0.64 | 0.36 | 0 | 0.29 | 213.1 | 0.48 | 0.48 |
| Hex | 40 | 74 | B4 | 40 | 24 | 0 | 1D | D5 | 30 | 30 |
| Octal | 100 | 164 | 264 | 100 | 44 | 0 | 35 | 325 | 60 | 60 |
| Binary | 1000000 | 1110100 | 10110100 | 1000000 | 100100 | 0 | 11101 | 11010101 | 110000 | 110000 |
Color Harmonies of #4074B4
Complementary color
Monochromatic Colors of #4074B4
Black with #4074B4
Text Example
Text Example
White with #4074B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4074B4; }
p { color: rgb(64,116,180); }
H1.HeaderClassName
{
color: #4074B4;
}
.AnyTagClassName
{
color: #4074B4;
}
</style>
background-color css
<style>
a { background-color: #4074B4; }
a { background-color: rgb(64,116,180); }
div.DivClassName
{
background-color: #4074B4;
}
.BgClassName
{
background-color: #4074B4;
}
</style>
border-color css
<style>
span { border-color: #4074B4; }
span { border-color: rgb(64,116,180); }
td.TdClassName
{
border-color: #4074B4;
}
.TagClassName
{
border-color: #4074B4;
}
</style>