Shades of Steel Blue #4283AE
Tints of Steel Blue #4283AE
RGB
CMYK
RGB Variations
Color information
#4283AE (or 0x4283AE) is known color: Steel Blue. HEX triplet: 42, 83 and AE. RGB value is (66,131,174). Sum of RGB (Red+Green+Blue) = 66+131+174=371 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.79% from 371); Green value is 131 (51.56% from 255 or 35.31% from 371); Blue value is 174 (68.36% from 255 or 46.90% from 371); Max value from RGB is 174 - color contains mainly: blue. Hex color #4283AE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4283AE is #BD7C51. Grayscale: #747474. Windows color (decimal): -12418130 or 11436866. OLE color: 11436866.
HSL color Cylindrical-coordinate representation of color #4283AE: hue angle of 203.89º 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 #4283AE is Cyan = 0.62, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 66 | 131 | 174 | - |
| CMYK | 0.62 | 0.25 | 0 | 0.32 |
| HSL | 203.89º | 0.45% | 0.47% | - |
| HSV(B) | 203.89º | 0.62% | 0.68% | - |
| XYZ | 18 | 20.45 | 43.04 | - |
| YUV | 116.47 | 160.47 | 92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 131 | 174 | 0.62 | 0.25 | 0 | 0.32 | 203.89 | 0.45 | 0.47 |
| Hex | 42 | 83 | AE | 3E | 19 | 0 | 20 | CC | 2D | 2F |
| Octal | 102 | 203 | 256 | 76 | 31 | 0 | 40 | 314 | 55 | 57 |
| Binary | 1000010 | 10000011 | 10101110 | 111110 | 11001 | 0 | 100000 | 11001100 | 101101 | 101111 |
Color Harmonies of #4283AE
Complementary color
Monochromatic Colors of #4283AE
Black with #4283AE
Text Example
Text Example
White with #4283AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4283AE; }
p { color: rgb(66,131,174); }
H1.HeaderClassName
{
color: #4283AE;
}
.AnyTagClassName
{
color: #4283AE;
}
</style>
background-color css
<style>
a { background-color: #4283AE; }
a { background-color: rgb(66,131,174); }
div.DivClassName
{
background-color: #4283AE;
}
.BgClassName
{
background-color: #4283AE;
}
</style>
border-color css
<style>
span { border-color: #4283AE; }
span { border-color: rgb(66,131,174); }
td.TdClassName
{
border-color: #4283AE;
}
.TagClassName
{
border-color: #4283AE;
}
</style>