Shades of Steel Blue #4373AC
Tints of Steel Blue #4373AC
RGB
CMYK
RGB Variations
Color information
#4373AC (or 0x4373AC) is known color: Steel Blue. HEX triplet: 43, 73 and AC. RGB value is (67,115,172). Sum of RGB (Red+Green+Blue) = 67+115+172=354 (46% of max value = 765). Red value is 67 (26.56% from 255 or 18.93% from 354); Green value is 115 (45.31% from 255 or 32.49% from 354); Blue value is 172 (67.58% from 255 or 48.59% from 354); Max value from RGB is 172 - color contains mainly: blue. Hex color #4373AC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4373AC is #BC8C53. Grayscale: #6A6A6A. Windows color (decimal): -12356692 or 11301699. OLE color: 11301699.
HSL color Cylindrical-coordinate representation of color #4373AC: hue angle of 212.57º degrees, saturation: 0.44, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4373AC is Cyan = 0.61, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 67 | 115 | 172 | - |
| CMYK | 0.61 | 0.33 | 0 | 0.33 |
| HSL | 212.57º | 0.44% | 0.47% | - |
| HSV(B) | 212.57º | 0.61% | 0.67% | - |
| XYZ | 15.89 | 16.43 | 41.36 | - |
| YUV | 107.15 | 164.6 | 99.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 115 | 172 | 0.61 | 0.33 | 0 | 0.33 | 212.57 | 0.44 | 0.47 |
| Hex | 43 | 73 | AC | 3D | 21 | 0 | 21 | D5 | 2C | 2F |
| Octal | 103 | 163 | 254 | 75 | 41 | 0 | 41 | 325 | 54 | 57 |
| Binary | 1000011 | 1110011 | 10101100 | 111101 | 100001 | 0 | 100001 | 11010101 | 101100 | 101111 |
Color Harmonies of #4373AC
Complementary color
Monochromatic Colors of #4373AC
Black with #4373AC
Text Example
Text Example
White with #4373AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4373AC; }
p { color: rgb(67,115,172); }
H1.HeaderClassName
{
color: #4373AC;
}
.AnyTagClassName
{
color: #4373AC;
}
</style>
background-color css
<style>
a { background-color: #4373AC; }
a { background-color: rgb(67,115,172); }
div.DivClassName
{
background-color: #4373AC;
}
.BgClassName
{
background-color: #4373AC;
}
</style>
border-color css
<style>
span { border-color: #4373AC; }
span { border-color: rgb(67,115,172); }
td.TdClassName
{
border-color: #4373AC;
}
.TagClassName
{
border-color: #4373AC;
}
</style>