Shades of Steel Blue #4382BB
Tints of Steel Blue #4382BB
RGB
CMYK
RGB Variations
Color information
#4382BB (or 0x4382BB) is known color: Steel Blue. HEX triplet: 43, 82 and BB. RGB value is (67,130,187). Sum of RGB (Red+Green+Blue) = 67+130+187=384 (50% of max value = 765). Red value is 67 (26.56% from 255 or 17.45% from 384); Green value is 130 (51.17% from 255 or 33.85% from 384); Blue value is 187 (73.44% from 255 or 48.70% from 384); Max value from RGB is 187 - color contains mainly: blue. Hex color #4382BB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4382BB is #BC7D44. Grayscale: #757575. Windows color (decimal): -12352837 or 12288579. OLE color: 12288579.
HSL color Cylindrical-coordinate representation of color #4382BB: hue angle of 208.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 #4382BB is Cyan = 0.64, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 67 | 130 | 187 | - |
| CMYK | 0.64 | 0.30 | 0 | 0.27 |
| HSL | 208.5º | 0.47% | 0.5% | - |
| HSV(B) | 208.5º | 0.64% | 0.73% | - |
| XYZ | 19.27 | 20.75 | 50 | - |
| YUV | 117.66 | 167.13 | 91.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 130 | 187 | 0.64 | 0.30 | 0 | 0.27 | 208.5 | 0.47 | 0.5 |
| Hex | 43 | 82 | BB | 40 | 1E | 0 | 1B | D0 | 2F | 32 |
| Octal | 103 | 202 | 273 | 100 | 36 | 0 | 33 | 320 | 57 | 62 |
| Binary | 1000011 | 10000010 | 10111011 | 1000000 | 11110 | 0 | 11011 | 11010000 | 101111 | 110010 |
Color Harmonies of #4382BB
Complementary color
Monochromatic Colors of #4382BB
Black with #4382BB
Text Example
Text Example
White with #4382BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4382BB; }
p { color: rgb(67,130,187); }
H1.HeaderClassName
{
color: #4382BB;
}
.AnyTagClassName
{
color: #4382BB;
}
</style>
background-color css
<style>
a { background-color: #4382BB; }
a { background-color: rgb(67,130,187); }
div.DivClassName
{
background-color: #4382BB;
}
.BgClassName
{
background-color: #4382BB;
}
</style>
border-color css
<style>
span { border-color: #4382BB; }
span { border-color: rgb(67,130,187); }
td.TdClassName
{
border-color: #4382BB;
}
.TagClassName
{
border-color: #4382BB;
}
</style>