Shades of Steel Blue #4D7FAA
Tints of Steel Blue #4D7FAA
RGB
CMYK
RGB Variations
Color information
#4D7FAA (or 0x4D7FAA) is known color: Steel Blue. HEX triplet: 4D, 7F and AA. RGB value is (77,127,170). Sum of RGB (Red+Green+Blue) = 77+127+170=374 (49% of max value = 765). Red value is 77 (30.47% from 255 or 20.59% from 374); Green value is 127 (50% from 255 or 33.96% from 374); Blue value is 170 (66.80% from 255 or 45.45% from 374); Max value from RGB is 170 - color contains mainly: blue. Hex color #4D7FAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4D7FAA is #B28055. Grayscale: #747474. Windows color (decimal): -11698262 or 11173709. OLE color: 11173709.
HSL color Cylindrical-coordinate representation of color #4D7FAA: hue angle of 207.74º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4D7FAA is Cyan = 0.55, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 77 | 127 | 170 | - |
| CMYK | 0.55 | 0.25 | 0 | 0.33 |
| HSL | 207.74º | 0.38% | 0.48% | - |
| HSV(B) | 207.74º | 0.55% | 0.67% | - |
| XYZ | 17.91 | 19.66 | 40.88 | - |
| YUV | 116.95 | 157.94 | 99.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 127 | 170 | 0.55 | 0.25 | 0 | 0.33 | 207.74 | 0.38 | 0.48 |
| Hex | 4D | 7F | AA | 37 | 19 | 0 | 21 | D0 | 26 | 30 |
| Octal | 115 | 177 | 252 | 67 | 31 | 0 | 41 | 320 | 46 | 60 |
| Binary | 1001101 | 1111111 | 10101010 | 110111 | 11001 | 0 | 100001 | 11010000 | 100110 | 110000 |
Color Harmonies of #4D7FAA
Complementary color
Monochromatic Colors of #4D7FAA
Black with #4D7FAA
Text Example
Text Example
White with #4D7FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D7FAA; }
p { color: rgb(77,127,170); }
H1.HeaderClassName
{
color: #4D7FAA;
}
.AnyTagClassName
{
color: #4D7FAA;
}
</style>
background-color css
<style>
a { background-color: #4D7FAA; }
a { background-color: rgb(77,127,170); }
div.DivClassName
{
background-color: #4D7FAA;
}
.BgClassName
{
background-color: #4D7FAA;
}
</style>
border-color css
<style>
span { border-color: #4D7FAA; }
span { border-color: rgb(77,127,170); }
td.TdClassName
{
border-color: #4D7FAA;
}
.TagClassName
{
border-color: #4D7FAA;
}
</style>