Shades of Steel Blue #4B7BBC
Tints of Steel Blue #4B7BBC
RGB
CMYK
RGB Variations
Color information
#4B7BBC (or 0x4B7BBC) is known color: Steel Blue. HEX triplet: 4B, 7B and BC. RGB value is (75,123,188). Sum of RGB (Red+Green+Blue) = 75+123+188=386 (51% of max value = 765). Red value is 75 (29.69% from 255 or 19.43% from 386); Green value is 123 (48.44% from 255 or 31.87% from 386); Blue value is 188 (73.83% from 255 or 48.70% from 386); Max value from RGB is 188 - color contains mainly: blue. Hex color #4B7BBC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4B7BBC is #B48443. Grayscale: #737373. Windows color (decimal): -11830340 or 12352331. OLE color: 12352331.
HSL color Cylindrical-coordinate representation of color #4B7BBC: hue angle of 214.51º 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 #4B7BBC is Cyan = 0.60, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 75 | 123 | 188 | - |
| CMYK | 0.60 | 0.35 | 0 | 0.26 |
| HSL | 214.51º | 0.46% | 0.52% | - |
| HSV(B) | 214.51º | 0.6% | 0.74% | - |
| XYZ | 19.06 | 19.29 | 50.3 | - |
| YUV | 116.06 | 168.6 | 98.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 123 | 188 | 0.60 | 0.35 | 0 | 0.26 | 214.51 | 0.46 | 0.52 |
| Hex | 4B | 7B | BC | 3C | 23 | 0 | 1A | D7 | 2E | 34 |
| Octal | 113 | 173 | 274 | 74 | 43 | 0 | 32 | 327 | 56 | 64 |
| Binary | 1001011 | 1111011 | 10111100 | 111100 | 100011 | 0 | 11010 | 11010111 | 101110 | 110100 |
Color Harmonies of #4B7BBC
Complementary color
Monochromatic Colors of #4B7BBC
Black with #4B7BBC
Text Example
Text Example
White with #4B7BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B7BBC; }
p { color: rgb(75,123,188); }
H1.HeaderClassName
{
color: #4B7BBC;
}
.AnyTagClassName
{
color: #4B7BBC;
}
</style>
background-color css
<style>
a { background-color: #4B7BBC; }
a { background-color: rgb(75,123,188); }
div.DivClassName
{
background-color: #4B7BBC;
}
.BgClassName
{
background-color: #4B7BBC;
}
</style>
border-color css
<style>
span { border-color: #4B7BBC; }
span { border-color: rgb(75,123,188); }
td.TdClassName
{
border-color: #4B7BBC;
}
.TagClassName
{
border-color: #4B7BBC;
}
</style>