Shades of Steel Blue #4375BA
Tints of Steel Blue #4375BA
RGB
CMYK
RGB Variations
Color information
#4375BA (or 0x4375BA) is known color: Steel Blue. HEX triplet: 43, 75 and BA. RGB value is (67,117,186). Sum of RGB (Red+Green+Blue) = 67+117+186=370 (49% of max value = 765). Red value is 67 (26.56% from 255 or 18.11% from 370); Green value is 117 (46.09% from 255 or 31.62% from 370); Blue value is 186 (73.05% from 255 or 50.27% from 370); Max value from RGB is 186 - color contains mainly: blue. Hex color #4375BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4375BA is #BC8A45. Grayscale: #6D6D6D. Windows color (decimal): -12356166 or 12219715. OLE color: 12219715.
HSL color Cylindrical-coordinate representation of color #4375BA: hue angle of 214.79º 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 #4375BA is Cyan = 0.64, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 67 | 117 | 186 | - |
| CMYK | 0.64 | 0.37 | 0 | 0.27 |
| HSL | 214.79º | 0.47% | 0.5% | - |
| HSV(B) | 214.79º | 0.64% | 0.73% | - |
| XYZ | 17.54 | 17.46 | 48.9 | - |
| YUV | 109.92 | 170.94 | 97.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 117 | 186 | 0.64 | 0.37 | 0 | 0.27 | 214.79 | 0.47 | 0.5 |
| Hex | 43 | 75 | BA | 40 | 25 | 0 | 1B | D7 | 2F | 32 |
| Octal | 103 | 165 | 272 | 100 | 45 | 0 | 33 | 327 | 57 | 62 |
| Binary | 1000011 | 1110101 | 10111010 | 1000000 | 100101 | 0 | 11011 | 11010111 | 101111 | 110010 |
Color Harmonies of #4375BA
Complementary color
Monochromatic Colors of #4375BA
Black with #4375BA
Text Example
Text Example
White with #4375BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4375BA; }
p { color: rgb(67,117,186); }
H1.HeaderClassName
{
color: #4375BA;
}
.AnyTagClassName
{
color: #4375BA;
}
</style>
background-color css
<style>
a { background-color: #4375BA; }
a { background-color: rgb(67,117,186); }
div.DivClassName
{
background-color: #4375BA;
}
.BgClassName
{
background-color: #4375BA;
}
</style>
border-color css
<style>
span { border-color: #4375BA; }
span { border-color: rgb(67,117,186); }
td.TdClassName
{
border-color: #4375BA;
}
.TagClassName
{
border-color: #4375BA;
}
</style>