Shades of Steel Blue #4D8FBD
Tints of Steel Blue #4D8FBD
RGB
CMYK
RGB Variations
Color information
#4D8FBD (or 0x4D8FBD) is known color: Steel Blue. HEX triplet: 4D, 8F and BD. RGB value is (77,143,189). Sum of RGB (Red+Green+Blue) = 77+143+189=409 (54% of max value = 765). Red value is 77 (30.47% from 255 or 18.83% from 409); Green value is 143 (56.25% from 255 or 34.96% from 409); Blue value is 189 (74.22% from 255 or 46.21% from 409); Max value from RGB is 189 - color contains mainly: blue. Hex color #4D8FBD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4D8FBD is #B27042. Grayscale: #808080. Windows color (decimal): -11694147 or 12422989. OLE color: 12422989.
HSL color Cylindrical-coordinate representation of color #4D8FBD: hue angle of 204.64º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4D8FBD is Cyan = 0.59, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 77 | 143 | 189 | - |
| CMYK | 0.59 | 0.24 | 0 | 0.26 |
| HSL | 204.64º | 0.46% | 0.52% | - |
| HSV(B) | 204.64º | 0.59% | 0.74% | - |
| XYZ | 22.07 | 24.9 | 51.79 | - |
| YUV | 128.51 | 162.13 | 91.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 143 | 189 | 0.59 | 0.24 | 0 | 0.26 | 204.64 | 0.46 | 0.52 |
| Hex | 4D | 8F | BD | 3B | 18 | 0 | 1A | CD | 2E | 34 |
| Octal | 115 | 217 | 275 | 73 | 30 | 0 | 32 | 315 | 56 | 64 |
| Binary | 1001101 | 10001111 | 10111101 | 111011 | 11000 | 0 | 11010 | 11001101 | 101110 | 110100 |
Color Harmonies of #4D8FBD
Complementary color
Monochromatic Colors of #4D8FBD
Black with #4D8FBD
Text Example
Text Example
White with #4D8FBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D8FBD; }
p { color: rgb(77,143,189); }
H1.HeaderClassName
{
color: #4D8FBD;
}
.AnyTagClassName
{
color: #4D8FBD;
}
</style>
background-color css
<style>
a { background-color: #4D8FBD; }
a { background-color: rgb(77,143,189); }
div.DivClassName
{
background-color: #4D8FBD;
}
.BgClassName
{
background-color: #4D8FBD;
}
</style>
border-color css
<style>
span { border-color: #4D8FBD; }
span { border-color: rgb(77,143,189); }
td.TdClassName
{
border-color: #4D8FBD;
}
.TagClassName
{
border-color: #4D8FBD;
}
</style>