Shades of Steel Blue #4B8BBE
Tints of Steel Blue #4B8BBE
RGB
CMYK
RGB Variations
Color information
#4B8BBE (or 0x4B8BBE) is known color: Steel Blue. HEX triplet: 4B, 8B and BE. RGB value is (75,139,190). Sum of RGB (Red+Green+Blue) = 75+139+190=404 (53% of max value = 765). Red value is 75 (29.69% from 255 or 18.56% from 404); Green value is 139 (54.69% from 255 or 34.41% from 404); Blue value is 190 (74.61% from 255 or 47.03% from 404); Max value from RGB is 190 - color contains mainly: blue. Hex color #4B8BBE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4B8BBE is #B47441. Grayscale: #7D7D7D. Windows color (decimal): -11826242 or 12487499. OLE color: 12487499.
HSL color Cylindrical-coordinate representation of color #4B8BBE: hue angle of 206.61º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4B8BBE is Cyan = 0.61, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 75 | 139 | 190 | - |
| CMYK | 0.61 | 0.27 | 0 | 0.25 |
| HSL | 206.61º | 0.47% | 0.52% | - |
| HSV(B) | 206.61º | 0.61% | 0.75% | - |
| XYZ | 21.43 | 23.68 | 52.16 | - |
| YUV | 125.68 | 164.3 | 91.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 139 | 190 | 0.61 | 0.27 | 0 | 0.25 | 206.61 | 0.47 | 0.52 |
| Hex | 4B | 8B | BE | 3D | 1B | 0 | 19 | CF | 2F | 34 |
| Octal | 113 | 213 | 276 | 75 | 33 | 0 | 31 | 317 | 57 | 64 |
| Binary | 1001011 | 10001011 | 10111110 | 111101 | 11011 | 0 | 11001 | 11001111 | 101111 | 110100 |
Color Harmonies of #4B8BBE
Complementary color
Monochromatic Colors of #4B8BBE
Black with #4B8BBE
Text Example
Text Example
White with #4B8BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B8BBE; }
p { color: rgb(75,139,190); }
H1.HeaderClassName
{
color: #4B8BBE;
}
.AnyTagClassName
{
color: #4B8BBE;
}
</style>
background-color css
<style>
a { background-color: #4B8BBE; }
a { background-color: rgb(75,139,190); }
div.DivClassName
{
background-color: #4B8BBE;
}
.BgClassName
{
background-color: #4B8BBE;
}
</style>
border-color css
<style>
span { border-color: #4B8BBE; }
span { border-color: rgb(75,139,190); }
td.TdClassName
{
border-color: #4B8BBE;
}
.TagClassName
{
border-color: #4B8BBE;
}
</style>