Shades of Steel Blue #4377AC
Tints of Steel Blue #4377AC
RGB
CMYK
RGB Variations
Color information
#4377AC (or 0x4377AC) is known color: Steel Blue. HEX triplet: 43, 77 and AC. RGB value is (67,119,172). Sum of RGB (Red+Green+Blue) = 67+119+172=358 (47% of max value = 765). Red value is 67 (26.56% from 255 or 18.72% from 358); Green value is 119 (46.88% from 255 or 33.24% from 358); Blue value is 172 (67.58% from 255 or 48.04% from 358); Max value from RGB is 172 - color contains mainly: blue. Hex color #4377AC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4377AC is #BC8853. Grayscale: #6D6D6D. Windows color (decimal): -12355668 or 11302723. OLE color: 11302723.
HSL color Cylindrical-coordinate representation of color #4377AC: hue angle of 210.29º 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 #4377AC is Cyan = 0.61, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 67 | 119 | 172 | - |
| CMYK | 0.61 | 0.31 | 0 | 0.33 |
| HSL | 210.29º | 0.44% | 0.47% | - |
| HSV(B) | 210.29º | 0.61% | 0.67% | - |
| XYZ | 16.36 | 17.37 | 41.52 | - |
| YUV | 109.49 | 163.27 | 97.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 119 | 172 | 0.61 | 0.31 | 0 | 0.33 | 210.29 | 0.44 | 0.47 |
| Hex | 43 | 77 | AC | 3D | 1F | 0 | 21 | D2 | 2C | 2F |
| Octal | 103 | 167 | 254 | 75 | 37 | 0 | 41 | 322 | 54 | 57 |
| Binary | 1000011 | 1110111 | 10101100 | 111101 | 11111 | 0 | 100001 | 11010010 | 101100 | 101111 |
Color Harmonies of #4377AC
Complementary color
Monochromatic Colors of #4377AC
Black with #4377AC
Text Example
Text Example
White with #4377AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4377AC; }
p { color: rgb(67,119,172); }
H1.HeaderClassName
{
color: #4377AC;
}
.AnyTagClassName
{
color: #4377AC;
}
</style>
background-color css
<style>
a { background-color: #4377AC; }
a { background-color: rgb(67,119,172); }
div.DivClassName
{
background-color: #4377AC;
}
.BgClassName
{
background-color: #4377AC;
}
</style>
border-color css
<style>
span { border-color: #4377AC; }
span { border-color: rgb(67,119,172); }
td.TdClassName
{
border-color: #4377AC;
}
.TagClassName
{
border-color: #4377AC;
}
</style>