Shades of Steel Blue #4374BB
Tints of Steel Blue #4374BB
RGB
CMYK
RGB Variations
Color information
#4374BB (or 0x4374BB) is known color: Steel Blue. HEX triplet: 43, 74 and BB. RGB value is (67,116,187). Sum of RGB (Red+Green+Blue) = 67+116+187=370 (49% of max value = 765). Red value is 67 (26.56% from 255 or 18.11% from 370); Green value is 116 (45.70% from 255 or 31.35% from 370); Blue value is 187 (73.44% from 255 or 50.54% from 370); Max value from RGB is 187 - color contains mainly: blue. Hex color #4374BB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4374BB is #BC8B44. Grayscale: #6D6D6D. Windows color (decimal): -12356421 or 12284995. OLE color: 12284995.
HSL color Cylindrical-coordinate representation of color #4374BB: hue angle of 215.5º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4374BB is Cyan = 0.64, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 67 | 116 | 187 | - |
| CMYK | 0.64 | 0.38 | 0 | 0.27 |
| HSL | 215.5º | 0.47% | 0.5% | - |
| HSV(B) | 215.5º | 0.64% | 0.73% | - |
| XYZ | 17.53 | 17.27 | 49.42 | - |
| YUV | 109.44 | 171.77 | 97.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 116 | 187 | 0.64 | 0.38 | 0 | 0.27 | 215.5 | 0.47 | 0.5 |
| Hex | 43 | 74 | BB | 40 | 26 | 0 | 1B | D8 | 2F | 32 |
| Octal | 103 | 164 | 273 | 100 | 46 | 0 | 33 | 330 | 57 | 62 |
| Binary | 1000011 | 1110100 | 10111011 | 1000000 | 100110 | 0 | 11011 | 11011000 | 101111 | 110010 |
Color Harmonies of #4374BB
Complementary color
Monochromatic Colors of #4374BB
Black with #4374BB
Text Example
Text Example
White with #4374BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4374BB; }
p { color: rgb(67,116,187); }
H1.HeaderClassName
{
color: #4374BB;
}
.AnyTagClassName
{
color: #4374BB;
}
</style>
background-color css
<style>
a { background-color: #4374BB; }
a { background-color: rgb(67,116,187); }
div.DivClassName
{
background-color: #4374BB;
}
.BgClassName
{
background-color: #4374BB;
}
</style>
border-color css
<style>
span { border-color: #4374BB; }
span { border-color: rgb(67,116,187); }
td.TdClassName
{
border-color: #4374BB;
}
.TagClassName
{
border-color: #4374BB;
}
</style>