Shades of Steel Blue #4375C0
Tints of Steel Blue #4375C0
RGB
CMYK
RGB Variations
Color information
#4375C0 (or 0x4375C0) is known color: Steel Blue. HEX triplet: 43, 75 and C0. RGB value is (67,117,192). Sum of RGB (Red+Green+Blue) = 67+117+192=376 (49% of max value = 765). Red value is 67 (26.56% from 255 or 17.82% from 376); Green value is 117 (46.09% from 255 or 31.12% from 376); Blue value is 192 (75.39% from 255 or 51.06% from 376); Max value from RGB is 192 - color contains mainly: blue. Hex color #4375C0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4375C0 is #BC8A3F. Grayscale: #6E6E6E. Windows color (decimal): -12356160 or 12612931. OLE color: 12612931.
HSL color Cylindrical-coordinate representation of color #4375C0: hue angle of 216º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4375C0 is Cyan = 0.65, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 67 | 117 | 192 | - |
| CMYK | 0.65 | 0.39 | 0 | 0.25 |
| HSL | 216º | 0.5% | 0.51% | - |
| HSV(B) | 216º | 0.65% | 0.75% | - |
| XYZ | 18.19 | 17.72 | 52.33 | - |
| YUV | 110.6 | 173.94 | 96.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 117 | 192 | 0.65 | 0.39 | 0 | 0.25 | 216 | 0.5 | 0.51 |
| Hex | 43 | 75 | C0 | 41 | 27 | 0 | 19 | D8 | 32 | 33 |
| Octal | 103 | 165 | 300 | 101 | 47 | 0 | 31 | 330 | 62 | 63 |
| Binary | 1000011 | 1110101 | 11000000 | 1000001 | 100111 | 0 | 11001 | 11011000 | 110010 | 110011 |
Color Harmonies of #4375C0
Complementary color
Monochromatic Colors of #4375C0
Black with #4375C0
Text Example
Text Example
White with #4375C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4375C0; }
p { color: rgb(67,117,192); }
H1.HeaderClassName
{
color: #4375C0;
}
.AnyTagClassName
{
color: #4375C0;
}
</style>
background-color css
<style>
a { background-color: #4375C0; }
a { background-color: rgb(67,117,192); }
div.DivClassName
{
background-color: #4375C0;
}
.BgClassName
{
background-color: #4375C0;
}
</style>
border-color css
<style>
span { border-color: #4375C0; }
span { border-color: rgb(67,117,192); }
td.TdClassName
{
border-color: #4375C0;
}
.TagClassName
{
border-color: #4375C0;
}
</style>