Shades of Steel Blue #4C8AB3
Tints of Steel Blue #4C8AB3
RGB
CMYK
RGB Variations
Color information
#4C8AB3 (or 0x4C8AB3) is known color: Steel Blue. HEX triplet: 4C, 8A and B3. RGB value is (76,138,179). Sum of RGB (Red+Green+Blue) = 76+138+179=393 (52% of max value = 765). Red value is 76 (30.08% from 255 or 19.34% from 393); Green value is 138 (54.30% from 255 or 35.11% from 393); Blue value is 179 (70.31% from 255 or 45.55% from 393); Max value from RGB is 179 - color contains mainly: blue. Hex color #4C8AB3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4C8AB3 is #B3754C. Grayscale: #7B7B7B. Windows color (decimal): -11760973 or 11766348. OLE color: 11766348.
HSL color Cylindrical-coordinate representation of color #4C8AB3: hue angle of 203.88º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4C8AB3 is Cyan = 0.58, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 76 | 138 | 179 | - |
| CMYK | 0.58 | 0.23 | 0 | 0.30 |
| HSL | 203.88º | 0.4% | 0.5% | - |
| HSV(B) | 203.88º | 0.58% | 0.7% | - |
| XYZ | 20.21 | 22.97 | 46.02 | - |
| YUV | 124.14 | 158.96 | 93.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 138 | 179 | 0.58 | 0.23 | 0 | 0.30 | 203.88 | 0.4 | 0.5 |
| Hex | 4C | 8A | B3 | 3A | 17 | 0 | 1E | CC | 28 | 32 |
| Octal | 114 | 212 | 263 | 72 | 27 | 0 | 36 | 314 | 50 | 62 |
| Binary | 1001100 | 10001010 | 10110011 | 111010 | 10111 | 0 | 11110 | 11001100 | 101000 | 110010 |
Color Harmonies of #4C8AB3
Complementary color
Monochromatic Colors of #4C8AB3
Black with #4C8AB3
Text Example
Text Example
White with #4C8AB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C8AB3; }
p { color: rgb(76,138,179); }
H1.HeaderClassName
{
color: #4C8AB3;
}
.AnyTagClassName
{
color: #4C8AB3;
}
</style>
background-color css
<style>
a { background-color: #4C8AB3; }
a { background-color: rgb(76,138,179); }
div.DivClassName
{
background-color: #4C8AB3;
}
.BgClassName
{
background-color: #4C8AB3;
}
</style>
border-color css
<style>
span { border-color: #4C8AB3; }
span { border-color: rgb(76,138,179); }
td.TdClassName
{
border-color: #4C8AB3;
}
.TagClassName
{
border-color: #4C8AB3;
}
</style>