Shades of Steel Blue #4277AA
Tints of Steel Blue #4277AA
RGB
CMYK
RGB Variations
Color information
#4277AA (or 0x4277AA) is known color: Steel Blue. HEX triplet: 42, 77 and AA. RGB value is (66,119,170). Sum of RGB (Red+Green+Blue) = 66+119+170=355 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.59% from 355); Green value is 119 (46.88% from 255 or 33.52% from 355); Blue value is 170 (66.80% from 255 or 47.89% from 355); Max value from RGB is 170 - color contains mainly: blue. Hex color #4277AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4277AA is #BD8855. Grayscale: #6C6C6C. Windows color (decimal): -12421206 or 11171650. OLE color: 11171650.
HSL color Cylindrical-coordinate representation of color #4277AA: hue angle of 209.42º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4277AA is Cyan = 0.61, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 66 | 119 | 170 | - |
| CMYK | 0.61 | 0.3 | 0 | 0.33 |
| HSL | 209.42º | 0.44% | 0.46% | - |
| HSV(B) | 209.42º | 0.61% | 0.67% | - |
| XYZ | 16.1 | 17.25 | 40.51 | - |
| YUV | 108.97 | 162.44 | 97.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 119 | 170 | 0.61 | 0.3 | 0 | 0.33 | 209.42 | 0.44 | 0.46 |
| Hex | 42 | 77 | AA | 3D | 1E | 0 | 21 | D1 | 2C | 2E |
| Octal | 102 | 167 | 252 | 75 | 36 | 0 | 41 | 321 | 54 | 56 |
| Binary | 1000010 | 1110111 | 10101010 | 111101 | 11110 | 0 | 100001 | 11010001 | 101100 | 101110 |
Color Harmonies of #4277AA
Complementary color
Monochromatic Colors of #4277AA
Black with #4277AA
Text Example
Text Example
White with #4277AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4277AA; }
p { color: rgb(66,119,170); }
H1.HeaderClassName
{
color: #4277AA;
}
.AnyTagClassName
{
color: #4277AA;
}
</style>
background-color css
<style>
a { background-color: #4277AA; }
a { background-color: rgb(66,119,170); }
div.DivClassName
{
background-color: #4277AA;
}
.BgClassName
{
background-color: #4277AA;
}
</style>
border-color css
<style>
span { border-color: #4277AA; }
span { border-color: rgb(66,119,170); }
td.TdClassName
{
border-color: #4277AA;
}
.TagClassName
{
border-color: #4277AA;
}
</style>