Shades of Steel Blue #4379BC
Tints of Steel Blue #4379BC
RGB
CMYK
RGB Variations
Color information
#4379BC (or 0x4379BC) is known color: Steel Blue. HEX triplet: 43, 79 and BC. RGB value is (67,121,188). Sum of RGB (Red+Green+Blue) = 67+121+188=376 (49% of max value = 765). Red value is 67 (26.56% from 255 or 17.82% from 376); Green value is 121 (47.66% from 255 or 32.18% from 376); Blue value is 188 (73.83% from 255 or 50% from 376); Max value from RGB is 188 - color contains mainly: blue. Hex color #4379BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4379BC is #BC8643. Grayscale: #707070. Windows color (decimal): -12355140 or 12351811. OLE color: 12351811.
HSL color Cylindrical-coordinate representation of color #4379BC: hue angle of 213.22º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4379BC is Cyan = 0.64, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 67 | 121 | 188 | - |
| CMYK | 0.64 | 0.36 | 0 | 0.26 |
| HSL | 213.22º | 0.47% | 0.5% | - |
| HSV(B) | 213.22º | 0.64% | 0.74% | - |
| XYZ | 18.23 | 18.5 | 50.19 | - |
| YUV | 112.49 | 170.61 | 95.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 121 | 188 | 0.64 | 0.36 | 0 | 0.26 | 213.22 | 0.47 | 0.5 |
| Hex | 43 | 79 | BC | 40 | 24 | 0 | 1A | D5 | 2F | 32 |
| Octal | 103 | 171 | 274 | 100 | 44 | 0 | 32 | 325 | 57 | 62 |
| Binary | 1000011 | 1111001 | 10111100 | 1000000 | 100100 | 0 | 11010 | 11010101 | 101111 | 110010 |
Color Harmonies of #4379BC
Complementary color
Monochromatic Colors of #4379BC
Black with #4379BC
Text Example
Text Example
White with #4379BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4379BC; }
p { color: rgb(67,121,188); }
H1.HeaderClassName
{
color: #4379BC;
}
.AnyTagClassName
{
color: #4379BC;
}
</style>
background-color css
<style>
a { background-color: #4379BC; }
a { background-color: rgb(67,121,188); }
div.DivClassName
{
background-color: #4379BC;
}
.BgClassName
{
background-color: #4379BC;
}
</style>
border-color css
<style>
span { border-color: #4379BC; }
span { border-color: rgb(67,121,188); }
td.TdClassName
{
border-color: #4379BC;
}
.TagClassName
{
border-color: #4379BC;
}
</style>