Shades of Steel Blue #4278AB
Tints of Steel Blue #4278AB
RGB
CMYK
RGB Variations
Color information
#4278AB (or 0x4278AB) is known color: Steel Blue. HEX triplet: 42, 78 and AB. RGB value is (66,120,171). Sum of RGB (Red+Green+Blue) = 66+120+171=357 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.49% from 357); Green value is 120 (47.27% from 255 or 33.61% from 357); Blue value is 171 (67.19% from 255 or 47.90% from 357); Max value from RGB is 171 - color contains mainly: blue. Hex color #4278AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4278AB is #BD8754. Grayscale: #6D6D6D. Windows color (decimal): -12420949 or 11237442. OLE color: 11237442.
HSL color Cylindrical-coordinate representation of color #4278AB: hue angle of 209.14º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4278AB is Cyan = 0.61, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 66 | 120 | 171 | - |
| CMYK | 0.61 | 0.30 | 0 | 0.33 |
| HSL | 209.14º | 0.44% | 0.46% | - |
| HSV(B) | 209.14º | 0.61% | 0.67% | - |
| XYZ | 16.31 | 17.53 | 41.05 | - |
| YUV | 109.67 | 162.61 | 96.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 120 | 171 | 0.61 | 0.30 | 0 | 0.33 | 209.14 | 0.44 | 0.46 |
| Hex | 42 | 78 | AB | 3D | 1E | 0 | 21 | D1 | 2C | 2E |
| Octal | 102 | 170 | 253 | 75 | 36 | 0 | 41 | 321 | 54 | 56 |
| Binary | 1000010 | 1111000 | 10101011 | 111101 | 11110 | 0 | 100001 | 11010001 | 101100 | 101110 |
Color Harmonies of #4278AB
Complementary color
Monochromatic Colors of #4278AB
Black with #4278AB
Text Example
Text Example
White with #4278AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4278AB; }
p { color: rgb(66,120,171); }
H1.HeaderClassName
{
color: #4278AB;
}
.AnyTagClassName
{
color: #4278AB;
}
</style>
background-color css
<style>
a { background-color: #4278AB; }
a { background-color: rgb(66,120,171); }
div.DivClassName
{
background-color: #4278AB;
}
.BgClassName
{
background-color: #4278AB;
}
</style>
border-color css
<style>
span { border-color: #4278AB; }
span { border-color: rgb(66,120,171); }
td.TdClassName
{
border-color: #4278AB;
}
.TagClassName
{
border-color: #4278AB;
}
</style>