Shades of Steel Blue #4377BA
Tints of Steel Blue #4377BA
RGB
CMYK
RGB Variations
Color information
#4377BA (or 0x4377BA) is known color: Steel Blue. HEX triplet: 43, 77 and BA. RGB value is (67,119,186). Sum of RGB (Red+Green+Blue) = 67+119+186=372 (49% of max value = 765). Red value is 67 (26.56% from 255 or 18.01% from 372); Green value is 119 (46.88% from 255 or 31.99% from 372); Blue value is 186 (73.05% from 255 or 50% from 372); Max value from RGB is 186 - color contains mainly: blue. Hex color #4377BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4377BA is #BC8845. Grayscale: #6E6E6E. Windows color (decimal): -12355654 or 12220227. OLE color: 12220227.
HSL color Cylindrical-coordinate representation of color #4377BA: hue angle of 213.78º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4377BA is Cyan = 0.64, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 67 | 119 | 186 | - |
| CMYK | 0.64 | 0.36 | 0 | 0.27 |
| HSL | 213.78º | 0.47% | 0.5% | - |
| HSV(B) | 213.78º | 0.64% | 0.73% | - |
| XYZ | 17.77 | 17.93 | 48.98 | - |
| YUV | 111.09 | 170.27 | 96.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 119 | 186 | 0.64 | 0.36 | 0 | 0.27 | 213.78 | 0.47 | 0.5 |
| Hex | 43 | 77 | BA | 40 | 24 | 0 | 1B | D6 | 2F | 32 |
| Octal | 103 | 167 | 272 | 100 | 44 | 0 | 33 | 326 | 57 | 62 |
| Binary | 1000011 | 1110111 | 10111010 | 1000000 | 100100 | 0 | 11011 | 11010110 | 101111 | 110010 |
Color Harmonies of #4377BA
Complementary color
Monochromatic Colors of #4377BA
Black with #4377BA
Text Example
Text Example
White with #4377BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4377BA; }
p { color: rgb(67,119,186); }
H1.HeaderClassName
{
color: #4377BA;
}
.AnyTagClassName
{
color: #4377BA;
}
</style>
background-color css
<style>
a { background-color: #4377BA; }
a { background-color: rgb(67,119,186); }
div.DivClassName
{
background-color: #4377BA;
}
.BgClassName
{
background-color: #4377BA;
}
</style>
border-color css
<style>
span { border-color: #4377BA; }
span { border-color: rgb(67,119,186); }
td.TdClassName
{
border-color: #4377BA;
}
.TagClassName
{
border-color: #4377BA;
}
</style>