Shades of Steel Blue #4077AC
Tints of Steel Blue #4077AC
RGB
CMYK
RGB Variations
Color information
#4077AC (or 0x4077AC) is known color: Steel Blue. HEX triplet: 40, 77 and AC. RGB value is (64,119,172). Sum of RGB (Red+Green+Blue) = 64+119+172=355 (47% of max value = 765). Red value is 64 (25.39% from 255 or 18.03% from 355); Green value is 119 (46.88% from 255 or 33.52% from 355); Blue value is 172 (67.58% from 255 or 48.45% from 355); Max value from RGB is 172 - color contains mainly: blue. Hex color #4077AC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4077AC is #BF8853. Grayscale: #6C6C6C. Windows color (decimal): -12552276 or 11302720. OLE color: 11302720.
HSL color Cylindrical-coordinate representation of color #4077AC: hue angle of 209.44º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4077AC is Cyan = 0.63, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
RGB | 64 | 119 | 172 | - |
CMYK | 0.63 | 0.31 | 0 | 0.33 |
HSL | 209.44º | 0.46% | 0.46% | - |
HSV(B) | 209.44º | 0.63% | 0.67% | - |
XYZ | 16.16 | 17.26 | 41.51 | - |
YUV | 108.6 | 163.78 | 96.19 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 64 | 119 | 172 | 0.63 | 0.31 | 0 | 0.33 | 209.44 | 0.46 | 0.46 |
Hex | 40 | 77 | AC | 3F | 1F | 0 | 21 | D1 | 2E | 2E |
Octal | 100 | 167 | 254 | 77 | 37 | 0 | 41 | 321 | 56 | 56 |
Binary | 1000000 | 1110111 | 10101100 | 111111 | 11111 | 0 | 100001 | 11010001 | 101110 | 101110 |
Color Harmonies of #4077AC
Complementary color
Monochromatic Colors of #4077AC
Black with #4077AC
Text Example
Text Example
White with #4077AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4077AC; }
p { color: rgb(64,119,172); }
H1.HeaderClassName
{
color: #4077AC;
}
.AnyTagClassName
{
color: #4077AC;
}
</style>
background-color css
<style>
a { background-color: #4077AC; }
a { background-color: rgb(64,119,172); }
div.DivClassName
{
background-color: #4077AC;
}
.BgClassName
{
background-color: #4077AC;
}
</style>
border-color css
<style>
span { border-color: #4077AC; }
span { border-color: rgb(64,119,172); }
td.TdClassName
{
border-color: #4077AC;
}
.TagClassName
{
border-color: #4077AC;
}
</style>