Shades of Steel Blue #4373B3
Tints of Steel Blue #4373B3
RGB
CMYK
RGB Variations
Color information
#4373B3 (or 0x4373B3) is known color: Steel Blue. HEX triplet: 43, 73 and B3. RGB value is (67,115,179). Sum of RGB (Red+Green+Blue) = 67+115+179=361 (47% of max value = 765). Red value is 67 (26.56% from 255 or 18.56% from 361); Green value is 115 (45.31% from 255 or 31.86% from 361); Blue value is 179 (70.31% from 255 or 49.58% from 361); Max value from RGB is 179 - color contains mainly: blue. Hex color #4373B3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4373B3 is #BC8C4C. Grayscale: #6B6B6B. Windows color (decimal): -12356685 or 11760451. OLE color: 11760451.
HSL color Cylindrical-coordinate representation of color #4373B3: hue angle of 214.29º degrees, saturation: 0.46, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4373B3 is Cyan = 0.63, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 67 | 115 | 179 | - |
| CMYK | 0.63 | 0.36 | 0 | 0.30 |
| HSL | 214.29º | 0.46% | 0.48% | - |
| HSV(B) | 214.29º | 0.63% | 0.7% | - |
| XYZ | 16.58 | 16.71 | 45 | - |
| YUV | 107.94 | 168.1 | 98.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 115 | 179 | 0.63 | 0.36 | 0 | 0.30 | 214.29 | 0.46 | 0.48 |
| Hex | 43 | 73 | B3 | 3F | 24 | 0 | 1E | D6 | 2E | 30 |
| Octal | 103 | 163 | 263 | 77 | 44 | 0 | 36 | 326 | 56 | 60 |
| Binary | 1000011 | 1110011 | 10110011 | 111111 | 100100 | 0 | 11110 | 11010110 | 101110 | 110000 |
Color Harmonies of #4373B3
Complementary color
Monochromatic Colors of #4373B3
Black with #4373B3
Text Example
Text Example
White with #4373B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4373B3; }
p { color: rgb(67,115,179); }
H1.HeaderClassName
{
color: #4373B3;
}
.AnyTagClassName
{
color: #4373B3;
}
</style>
background-color css
<style>
a { background-color: #4373B3; }
a { background-color: rgb(67,115,179); }
div.DivClassName
{
background-color: #4373B3;
}
.BgClassName
{
background-color: #4373B3;
}
</style>
border-color css
<style>
span { border-color: #4373B3; }
span { border-color: rgb(67,115,179); }
td.TdClassName
{
border-color: #4373B3;
}
.TagClassName
{
border-color: #4373B3;
}
</style>