Shades of Steel Blue #4375A7
Tints of Steel Blue #4375A7
RGB
CMYK
RGB Variations
Color information
#4375A7 (or 0x4375A7) is known color: Steel Blue. HEX triplet: 43, 75 and A7. RGB value is (67,117,167). Sum of RGB (Red+Green+Blue) = 67+117+167=351 (46% of max value = 765). Red value is 67 (26.56% from 255 or 19.09% from 351); Green value is 117 (46.09% from 255 or 33.33% from 351); Blue value is 167 (65.62% from 255 or 47.58% from 351); Max value from RGB is 167 - color contains mainly: blue. Hex color #4375A7 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4375A7 is #BC8A58. Grayscale: #6B6B6B. Windows color (decimal): -12356185 or 10974531. OLE color: 10974531.
HSL color Cylindrical-coordinate representation of color #4375A7: hue angle of 210º degrees, saturation: 0.43, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4375A7 is Cyan = 0.60, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 67 | 117 | 167 | - |
| CMYK | 0.60 | 0.30 | 0 | 0.35 |
| HSL | 210º | 0.43% | 0.46% | - |
| HSV(B) | 210º | 0.6% | 0.65% | - |
| XYZ | 15.65 | 16.71 | 38.96 | - |
| YUV | 107.75 | 161.44 | 98.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 117 | 167 | 0.60 | 0.30 | 0 | 0.35 | 210 | 0.43 | 0.46 |
| Hex | 43 | 75 | A7 | 3C | 1E | 0 | 23 | D2 | 2B | 2E |
| Octal | 103 | 165 | 247 | 74 | 36 | 0 | 43 | 322 | 53 | 56 |
| Binary | 1000011 | 1110101 | 10100111 | 111100 | 11110 | 0 | 100011 | 11010010 | 101011 | 101110 |
Color Harmonies of #4375A7
Complementary color
Monochromatic Colors of #4375A7
Black with #4375A7
Text Example
Text Example
White with #4375A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4375A7; }
p { color: rgb(67,117,167); }
H1.HeaderClassName
{
color: #4375A7;
}
.AnyTagClassName
{
color: #4375A7;
}
</style>
background-color css
<style>
a { background-color: #4375A7; }
a { background-color: rgb(67,117,167); }
div.DivClassName
{
background-color: #4375A7;
}
.BgClassName
{
background-color: #4375A7;
}
</style>
border-color css
<style>
span { border-color: #4375A7; }
span { border-color: rgb(67,117,167); }
td.TdClassName
{
border-color: #4375A7;
}
.TagClassName
{
border-color: #4375A7;
}
</style>