Shades of Steel Blue #4C90BC
Tints of Steel Blue #4C90BC
RGB
CMYK
RGB Variations
Color information
#4C90BC (or 0x4C90BC) is known color: Steel Blue. HEX triplet: 4C, 90 and BC. RGB value is (76,144,188). Sum of RGB (Red+Green+Blue) = 76+144+188=408 (54% of max value = 765). Red value is 76 (30.08% from 255 or 18.63% from 408); Green value is 144 (56.64% from 255 or 35.29% from 408); Blue value is 188 (73.83% from 255 or 46.08% from 408); Max value from RGB is 188 - color contains mainly: blue. Hex color #4C90BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4C90BC is #B36F43. Grayscale: #808080. Windows color (decimal): -11759428 or 12357708. OLE color: 12357708.
HSL color Cylindrical-coordinate representation of color #4C90BC: hue angle of 203.57º 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 #4C90BC is Cyan = 0.60, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 76 | 144 | 188 | - |
| CMYK | 0.60 | 0.23 | 0 | 0.26 |
| HSL | 203.57º | 0.46% | 0.52% | - |
| HSV(B) | 203.57º | 0.6% | 0.74% | - |
| XYZ | 22.03 | 25.11 | 51.26 | - |
| YUV | 128.68 | 161.47 | 90.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 144 | 188 | 0.60 | 0.23 | 0 | 0.26 | 203.57 | 0.46 | 0.52 |
| Hex | 4C | 90 | BC | 3C | 17 | 0 | 1A | CC | 2E | 34 |
| Octal | 114 | 220 | 274 | 74 | 27 | 0 | 32 | 314 | 56 | 64 |
| Binary | 1001100 | 10010000 | 10111100 | 111100 | 10111 | 0 | 11010 | 11001100 | 101110 | 110100 |
Color Harmonies of #4C90BC
Complementary color
Monochromatic Colors of #4C90BC
Black with #4C90BC
Text Example
Text Example
White with #4C90BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C90BC; }
p { color: rgb(76,144,188); }
H1.HeaderClassName
{
color: #4C90BC;
}
.AnyTagClassName
{
color: #4C90BC;
}
</style>
background-color css
<style>
a { background-color: #4C90BC; }
a { background-color: rgb(76,144,188); }
div.DivClassName
{
background-color: #4C90BC;
}
.BgClassName
{
background-color: #4C90BC;
}
</style>
border-color css
<style>
span { border-color: #4C90BC; }
span { border-color: rgb(76,144,188); }
td.TdClassName
{
border-color: #4C90BC;
}
.TagClassName
{
border-color: #4C90BC;
}
</style>