Shades of Steel Blue #4373C1
Tints of Steel Blue #4373C1
RGB
CMYK
RGB Variations
Color information
#4373C1 (or 0x4373C1) is known color: Steel Blue. HEX triplet: 43, 73 and C1. RGB value is (67,115,193). Sum of RGB (Red+Green+Blue) = 67+115+193=375 (49% of max value = 765). Red value is 67 (26.56% from 255 or 17.87% from 375); Green value is 115 (45.31% from 255 or 30.67% from 375); Blue value is 193 (75.78% from 255 or 51.47% from 375); Max value from RGB is 193 - color contains mainly: blue. Hex color #4373C1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4373C1 is #BC8C3E. Grayscale: #6D6D6D. Windows color (decimal): -12356671 or 12677955. OLE color: 12677955.
HSL color Cylindrical-coordinate representation of color #4373C1: hue angle of 217.14º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4373C1 is Cyan = 0.65, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 67 | 115 | 193 | - |
| CMYK | 0.65 | 0.40 | 0 | 0.24 |
| HSL | 217.14º | 0.5% | 0.51% | - |
| HSV(B) | 217.14º | 0.65% | 0.76% | - |
| XYZ | 18.07 | 17.31 | 52.84 | - |
| YUV | 109.54 | 175.1 | 97.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 115 | 193 | 0.65 | 0.40 | 0 | 0.24 | 217.14 | 0.5 | 0.51 |
| Hex | 43 | 73 | C1 | 41 | 28 | 0 | 18 | D9 | 32 | 33 |
| Octal | 103 | 163 | 301 | 101 | 50 | 0 | 30 | 331 | 62 | 63 |
| Binary | 1000011 | 1110011 | 11000001 | 1000001 | 101000 | 0 | 11000 | 11011001 | 110010 | 110011 |
Color Harmonies of #4373C1
Complementary color
Monochromatic Colors of #4373C1
Black with #4373C1
Text Example
Text Example
White with #4373C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4373C1; }
p { color: rgb(67,115,193); }
H1.HeaderClassName
{
color: #4373C1;
}
.AnyTagClassName
{
color: #4373C1;
}
</style>
background-color css
<style>
a { background-color: #4373C1; }
a { background-color: rgb(67,115,193); }
div.DivClassName
{
background-color: #4373C1;
}
.BgClassName
{
background-color: #4373C1;
}
</style>
border-color css
<style>
span { border-color: #4373C1; }
span { border-color: rgb(67,115,193); }
td.TdClassName
{
border-color: #4373C1;
}
.TagClassName
{
border-color: #4373C1;
}
</style>