Shades of Steel Blue #4378A3
Tints of Steel Blue #4378A3
RGB
CMYK
RGB Variations
Color information
#4378A3 (or 0x4378A3) is known color: Steel Blue. HEX triplet: 43, 78 and A3. RGB value is (67,120,163). Sum of RGB (Red+Green+Blue) = 67+120+163=350 (46% of max value = 765). Red value is 67 (26.56% from 255 or 19.14% from 350); Green value is 120 (47.27% from 255 or 34.29% from 350); Blue value is 163 (64.06% from 255 or 46.57% from 350); Max value from RGB is 163 - color contains mainly: blue. Hex color #4378A3 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4378A3 is #BC875C. Grayscale: #6C6C6C. Windows color (decimal): -12355421 or 10713155. OLE color: 10713155.
HSL color Cylindrical-coordinate representation of color #4378A3: hue angle of 206.88º degrees, saturation: 0.42, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4378A3 is Cyan = 0.59, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 67 | 120 | 163 | - |
| CMYK | 0.59 | 0.26 | 0 | 0.36 |
| HSL | 206.88º | 0.42% | 0.45% | - |
| HSV(B) | 206.88º | 0.59% | 0.64% | - |
| XYZ | 15.64 | 17.27 | 37.16 | - |
| YUV | 109.06 | 158.44 | 98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 120 | 163 | 0.59 | 0.26 | 0 | 0.36 | 206.88 | 0.42 | 0.45 |
| Hex | 43 | 78 | A3 | 3B | 1A | 0 | 24 | CF | 2A | 2D |
| Octal | 103 | 170 | 243 | 73 | 32 | 0 | 44 | 317 | 52 | 55 |
| Binary | 1000011 | 1111000 | 10100011 | 111011 | 11010 | 0 | 100100 | 11001111 | 101010 | 101101 |
Color Harmonies of #4378A3
Complementary color
Monochromatic Colors of #4378A3
Black with #4378A3
Text Example
Text Example
White with #4378A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4378A3; }
p { color: rgb(67,120,163); }
H1.HeaderClassName
{
color: #4378A3;
}
.AnyTagClassName
{
color: #4378A3;
}
</style>
background-color css
<style>
a { background-color: #4378A3; }
a { background-color: rgb(67,120,163); }
div.DivClassName
{
background-color: #4378A3;
}
.BgClassName
{
background-color: #4378A3;
}
</style>
border-color css
<style>
span { border-color: #4378A3; }
span { border-color: rgb(67,120,163); }
td.TdClassName
{
border-color: #4378A3;
}
.TagClassName
{
border-color: #4378A3;
}
</style>