Shades of Steel Blue #4272AE
Tints of Steel Blue #4272AE
RGB
CMYK
RGB Variations
Color information
#4272AE (or 0x4272AE) is known color: Steel Blue. HEX triplet: 42, 72 and AE. RGB value is (66,114,174). Sum of RGB (Red+Green+Blue) = 66+114+174=354 (46% of max value = 765). Red value is 66 (26.17% from 255 or 18.64% from 354); Green value is 114 (44.92% from 255 or 32.20% from 354); Blue value is 174 (68.36% from 255 or 49.15% from 354); Max value from RGB is 174 - color contains mainly: blue. Hex color #4272AE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4272AE is #BD8D51. Grayscale: #6A6A6A. Windows color (decimal): -12422482 or 11432514. OLE color: 11432514.
HSL color Cylindrical-coordinate representation of color #4272AE: hue angle of 213.33º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4272AE is Cyan = 0.62, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 66 | 114 | 174 | - |
| CMYK | 0.62 | 0.34 | 0 | 0.32 |
| HSL | 213.33º | 0.45% | 0.47% | - |
| HSV(B) | 213.33º | 0.62% | 0.68% | - |
| XYZ | 15.9 | 16.25 | 42.34 | - |
| YUV | 106.49 | 166.1 | 99.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 114 | 174 | 0.62 | 0.34 | 0 | 0.32 | 213.33 | 0.45 | 0.47 |
| Hex | 42 | 72 | AE | 3E | 22 | 0 | 20 | D5 | 2D | 2F |
| Octal | 102 | 162 | 256 | 76 | 42 | 0 | 40 | 325 | 55 | 57 |
| Binary | 1000010 | 1110010 | 10101110 | 111110 | 100010 | 0 | 100000 | 11010101 | 101101 | 101111 |
Color Harmonies of #4272AE
Complementary color
Monochromatic Colors of #4272AE
Black with #4272AE
Text Example
Text Example
White with #4272AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4272AE; }
p { color: rgb(66,114,174); }
H1.HeaderClassName
{
color: #4272AE;
}
.AnyTagClassName
{
color: #4272AE;
}
</style>
background-color css
<style>
a { background-color: #4272AE; }
a { background-color: rgb(66,114,174); }
div.DivClassName
{
background-color: #4272AE;
}
.BgClassName
{
background-color: #4272AE;
}
</style>
border-color css
<style>
span { border-color: #4272AE; }
span { border-color: rgb(66,114,174); }
td.TdClassName
{
border-color: #4272AE;
}
.TagClassName
{
border-color: #4272AE;
}
</style>