Shades of Steel Blue #4285AD
Tints of Steel Blue #4285AD
RGB
CMYK
RGB Variations
Color information
#4285AD (or 0x4285AD) is known color: Steel Blue. HEX triplet: 42, 85 and AD. RGB value is (66,133,173). Sum of RGB (Red+Green+Blue) = 66+133+173=372 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.74% from 372); Green value is 133 (52.34% from 255 or 35.75% from 372); Blue value is 173 (67.97% from 255 or 46.51% from 372); Max value from RGB is 173 - color contains mainly: blue. Hex color #4285AD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4285AD is #BD7A52. Grayscale: #757575. Windows color (decimal): -12417619 or 11371842. OLE color: 11371842.
HSL color Cylindrical-coordinate representation of color #4285AD: hue angle of 202.43º 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 #4285AD is Cyan = 0.62, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 66 | 133 | 173 | - |
| CMYK | 0.62 | 0.23 | 0 | 0.32 |
| HSL | 202.43º | 0.45% | 0.47% | - |
| HSV(B) | 202.43º | 0.62% | 0.68% | - |
| XYZ | 18.18 | 20.95 | 42.62 | - |
| YUV | 117.53 | 159.3 | 91.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 133 | 173 | 0.62 | 0.23 | 0 | 0.32 | 202.43 | 0.45 | 0.47 |
| Hex | 42 | 85 | AD | 3E | 17 | 0 | 20 | CA | 2D | 2F |
| Octal | 102 | 205 | 255 | 76 | 27 | 0 | 40 | 312 | 55 | 57 |
| Binary | 1000010 | 10000101 | 10101101 | 111110 | 10111 | 0 | 100000 | 11001010 | 101101 | 101111 |
Color Harmonies of #4285AD
Complementary color
Monochromatic Colors of #4285AD
Black with #4285AD
Text Example
Text Example
White with #4285AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4285AD; }
p { color: rgb(66,133,173); }
H1.HeaderClassName
{
color: #4285AD;
}
.AnyTagClassName
{
color: #4285AD;
}
</style>
background-color css
<style>
a { background-color: #4285AD; }
a { background-color: rgb(66,133,173); }
div.DivClassName
{
background-color: #4285AD;
}
.BgClassName
{
background-color: #4285AD;
}
</style>
border-color css
<style>
span { border-color: #4285AD; }
span { border-color: rgb(66,133,173); }
td.TdClassName
{
border-color: #4285AD;
}
.TagClassName
{
border-color: #4285AD;
}
</style>