Shades of Steel Blue #4B8ABC
Tints of Steel Blue #4B8ABC
RGB
CMYK
RGB Variations
Color information
#4B8ABC (or 0x4B8ABC) is known color: Steel Blue. HEX triplet: 4B, 8A and BC. RGB value is (75,138,188). Sum of RGB (Red+Green+Blue) = 75+138+188=401 (53% of max value = 765). Red value is 75 (29.69% from 255 or 18.70% from 401); Green value is 138 (54.30% from 255 or 34.41% from 401); Blue value is 188 (73.83% from 255 or 46.88% from 401); Max value from RGB is 188 - color contains mainly: blue. Hex color #4B8ABC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4B8ABC is #B47543. Grayscale: #7C7C7C. Windows color (decimal): -11826500 or 12356171. OLE color: 12356171.
HSL color Cylindrical-coordinate representation of color #4B8ABC: hue angle of 206.55º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4B8ABC is Cyan = 0.60, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 75 | 138 | 188 | - |
| CMYK | 0.60 | 0.27 | 0 | 0.26 |
| HSL | 206.55º | 0.46% | 0.52% | - |
| HSV(B) | 206.55º | 0.6% | 0.74% | - |
| XYZ | 21.07 | 23.3 | 50.96 | - |
| YUV | 124.86 | 163.63 | 92.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 138 | 188 | 0.60 | 0.27 | 0 | 0.26 | 206.55 | 0.46 | 0.52 |
| Hex | 4B | 8A | BC | 3C | 1B | 0 | 1A | CF | 2E | 34 |
| Octal | 113 | 212 | 274 | 74 | 33 | 0 | 32 | 317 | 56 | 64 |
| Binary | 1001011 | 10001010 | 10111100 | 111100 | 11011 | 0 | 11010 | 11001111 | 101110 | 110100 |
Color Harmonies of #4B8ABC
Complementary color
Monochromatic Colors of #4B8ABC
Black with #4B8ABC
Text Example
Text Example
White with #4B8ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B8ABC; }
p { color: rgb(75,138,188); }
H1.HeaderClassName
{
color: #4B8ABC;
}
.AnyTagClassName
{
color: #4B8ABC;
}
</style>
background-color css
<style>
a { background-color: #4B8ABC; }
a { background-color: rgb(75,138,188); }
div.DivClassName
{
background-color: #4B8ABC;
}
.BgClassName
{
background-color: #4B8ABC;
}
</style>
border-color css
<style>
span { border-color: #4B8ABC; }
span { border-color: rgb(75,138,188); }
td.TdClassName
{
border-color: #4B8ABC;
}
.TagClassName
{
border-color: #4B8ABC;
}
</style>