Shades of Steel Blue #4487B3
Tints of Steel Blue #4487B3
RGB
CMYK
RGB Variations
Color information
#4487B3 (or 0x4487B3) is known color: Steel Blue. HEX triplet: 44, 87 and B3. RGB value is (68,135,179). Sum of RGB (Red+Green+Blue) = 68+135+179=382 (50% of max value = 765). Red value is 68 (26.95% from 255 or 17.80% from 382); Green value is 135 (53.12% from 255 or 35.34% from 382); Blue value is 179 (70.31% from 255 or 46.86% from 382); Max value from RGB is 179 - color contains mainly: blue. Hex color #4487B3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4487B3 is #BB784C. Grayscale: #777777. Windows color (decimal): -12286029 or 11765572. OLE color: 11765572.
HSL color Cylindrical-coordinate representation of color #4487B3: hue angle of 203.78º degrees, saturation: 0.45, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4487B3 is Cyan = 0.62, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 68 | 135 | 179 | - |
| CMYK | 0.62 | 0.25 | 0 | 0.30 |
| HSL | 203.78º | 0.45% | 0.48% | - |
| HSV(B) | 203.78º | 0.62% | 0.7% | - |
| XYZ | 19.18 | 21.81 | 45.85 | - |
| YUV | 119.98 | 161.3 | 90.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 135 | 179 | 0.62 | 0.25 | 0 | 0.30 | 203.78 | 0.45 | 0.48 |
| Hex | 44 | 87 | B3 | 3E | 19 | 0 | 1E | CC | 2D | 30 |
| Octal | 104 | 207 | 263 | 76 | 31 | 0 | 36 | 314 | 55 | 60 |
| Binary | 1000100 | 10000111 | 10110011 | 111110 | 11001 | 0 | 11110 | 11001100 | 101101 | 110000 |
Color Harmonies of #4487B3
Complementary color
Monochromatic Colors of #4487B3
Black with #4487B3
Text Example
Text Example
White with #4487B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4487B3; }
p { color: rgb(68,135,179); }
H1.HeaderClassName
{
color: #4487B3;
}
.AnyTagClassName
{
color: #4487B3;
}
</style>
background-color css
<style>
a { background-color: #4487B3; }
a { background-color: rgb(68,135,179); }
div.DivClassName
{
background-color: #4487B3;
}
.BgClassName
{
background-color: #4487B3;
}
</style>
border-color css
<style>
span { border-color: #4487B3; }
span { border-color: rgb(68,135,179); }
td.TdClassName
{
border-color: #4487B3;
}
.TagClassName
{
border-color: #4487B3;
}
</style>