Shades of Steel Blue #4D8CBE
Tints of Steel Blue #4D8CBE
RGB
CMYK
RGB Variations
Color information
#4D8CBE (or 0x4D8CBE) is known color: Steel Blue. HEX triplet: 4D, 8C and BE. RGB value is (77,140,190). Sum of RGB (Red+Green+Blue) = 77+140+190=407 (53% of max value = 765). Red value is 77 (30.47% from 255 or 18.92% from 407); Green value is 140 (55.08% from 255 or 34.40% from 407); Blue value is 190 (74.61% from 255 or 46.68% from 407); Max value from RGB is 190 - color contains mainly: blue. Hex color #4D8CBE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4D8CBE is #B27341. Grayscale: #7E7E7E. Windows color (decimal): -11694914 or 12487757. OLE color: 12487757.
HSL color Cylindrical-coordinate representation of color #4D8CBE: hue angle of 206.55º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4D8CBE is Cyan = 0.59, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 77 | 140 | 190 | - |
| CMYK | 0.59 | 0.26 | 0 | 0.25 |
| HSL | 206.55º | 0.47% | 0.52% | - |
| HSV(B) | 206.55º | 0.59% | 0.75% | - |
| XYZ | 21.73 | 24.05 | 52.21 | - |
| YUV | 126.86 | 163.63 | 92.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 140 | 190 | 0.59 | 0.26 | 0 | 0.25 | 206.55 | 0.47 | 0.52 |
| Hex | 4D | 8C | BE | 3B | 1A | 0 | 19 | CF | 2F | 34 |
| Octal | 115 | 214 | 276 | 73 | 32 | 0 | 31 | 317 | 57 | 64 |
| Binary | 1001101 | 10001100 | 10111110 | 111011 | 11010 | 0 | 11001 | 11001111 | 101111 | 110100 |
Color Harmonies of #4D8CBE
Complementary color
Monochromatic Colors of #4D8CBE
Black with #4D8CBE
Text Example
Text Example
White with #4D8CBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D8CBE; }
p { color: rgb(77,140,190); }
H1.HeaderClassName
{
color: #4D8CBE;
}
.AnyTagClassName
{
color: #4D8CBE;
}
</style>
background-color css
<style>
a { background-color: #4D8CBE; }
a { background-color: rgb(77,140,190); }
div.DivClassName
{
background-color: #4D8CBE;
}
.BgClassName
{
background-color: #4D8CBE;
}
</style>
border-color css
<style>
span { border-color: #4D8CBE; }
span { border-color: rgb(77,140,190); }
td.TdClassName
{
border-color: #4D8CBE;
}
.TagClassName
{
border-color: #4D8CBE;
}
</style>