Shades of Steel Blue #4279AF
Tints of Steel Blue #4279AF
RGB
CMYK
RGB Variations
Color information
#4279AF (or 0x4279AF) is known color: Steel Blue. HEX triplet: 42, 79 and AF. RGB value is (66,121,175). Sum of RGB (Red+Green+Blue) = 66+121+175=362 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.23% from 362); Green value is 121 (47.66% from 255 or 33.43% from 362); Blue value is 175 (68.75% from 255 or 48.34% from 362); Max value from RGB is 175 - color contains mainly: blue. Hex color #4279AF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4279AF is #BD8650. Grayscale: #6E6E6E. Windows color (decimal): -12420689 or 11499842. OLE color: 11499842.
HSL color Cylindrical-coordinate representation of color #4279AF: hue angle of 209.72º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4279AF is Cyan = 0.62, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 66 | 121 | 175 | - |
| CMYK | 0.62 | 0.31 | 0 | 0.31 |
| HSL | 209.72º | 0.45% | 0.47% | - |
| HSV(B) | 209.72º | 0.62% | 0.69% | - |
| XYZ | 16.82 | 17.93 | 43.13 | - |
| YUV | 110.71 | 164.28 | 96.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 121 | 175 | 0.62 | 0.31 | 0 | 0.31 | 209.72 | 0.45 | 0.47 |
| Hex | 42 | 79 | AF | 3E | 1F | 0 | 1F | D2 | 2D | 2F |
| Octal | 102 | 171 | 257 | 76 | 37 | 0 | 37 | 322 | 55 | 57 |
| Binary | 1000010 | 1111001 | 10101111 | 111110 | 11111 | 0 | 11111 | 11010010 | 101101 | 101111 |
Color Harmonies of #4279AF
Complementary color
Monochromatic Colors of #4279AF
Black with #4279AF
Text Example
Text Example
White with #4279AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4279AF; }
p { color: rgb(66,121,175); }
H1.HeaderClassName
{
color: #4279AF;
}
.AnyTagClassName
{
color: #4279AF;
}
</style>
background-color css
<style>
a { background-color: #4279AF; }
a { background-color: rgb(66,121,175); }
div.DivClassName
{
background-color: #4279AF;
}
.BgClassName
{
background-color: #4279AF;
}
</style>
border-color css
<style>
span { border-color: #4279AF; }
span { border-color: rgb(66,121,175); }
td.TdClassName
{
border-color: #4279AF;
}
.TagClassName
{
border-color: #4279AF;
}
</style>