Shades of Steel Blue #4283AB
Tints of Steel Blue #4283AB
RGB
CMYK
RGB Variations
Color information
#4283AB (or 0x4283AB) is known color: Steel Blue. HEX triplet: 42, 83 and AB. RGB value is (66,131,171). Sum of RGB (Red+Green+Blue) = 66+131+171=368 (48% of max value = 765). Red value is 66 (26.17% from 255 or 17.93% from 368); Green value is 131 (51.56% from 255 or 35.60% from 368); Blue value is 171 (67.19% from 255 or 46.47% from 368); Max value from RGB is 171 - color contains mainly: blue. Hex color #4283AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4283AB is #BD7C54. Grayscale: #737373. Windows color (decimal): -12418133 or 11240258. OLE color: 11240258.
HSL color Cylindrical-coordinate representation of color #4283AB: hue angle of 202.86º 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 #4283AB is Cyan = 0.61, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 66 | 131 | 171 | - |
| CMYK | 0.61 | 0.23 | 0 | 0.33 |
| HSL | 202.86º | 0.44% | 0.46% | - |
| HSV(B) | 202.86º | 0.61% | 0.67% | - |
| XYZ | 17.71 | 20.33 | 41.52 | - |
| YUV | 116.13 | 158.97 | 92.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 131 | 171 | 0.61 | 0.23 | 0 | 0.33 | 202.86 | 0.44 | 0.46 |
| Hex | 42 | 83 | AB | 3D | 17 | 0 | 21 | CB | 2C | 2E |
| Octal | 102 | 203 | 253 | 75 | 27 | 0 | 41 | 313 | 54 | 56 |
| Binary | 1000010 | 10000011 | 10101011 | 111101 | 10111 | 0 | 100001 | 11001011 | 101100 | 101110 |
Color Harmonies of #4283AB
Complementary color
Monochromatic Colors of #4283AB
Black with #4283AB
Text Example
Text Example
White with #4283AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4283AB; }
p { color: rgb(66,131,171); }
H1.HeaderClassName
{
color: #4283AB;
}
.AnyTagClassName
{
color: #4283AB;
}
</style>
background-color css
<style>
a { background-color: #4283AB; }
a { background-color: rgb(66,131,171); }
div.DivClassName
{
background-color: #4283AB;
}
.BgClassName
{
background-color: #4283AB;
}
</style>
border-color css
<style>
span { border-color: #4283AB; }
span { border-color: rgb(66,131,171); }
td.TdClassName
{
border-color: #4283AB;
}
.TagClassName
{
border-color: #4283AB;
}
</style>