Shades of Steel Blue #427CAC
Tints of Steel Blue #427CAC
RGB
CMYK
RGB Variations
Color information
#427CAC (or 0x427CAC) is known color: Steel Blue. HEX triplet: 42, 7C and AC. RGB value is (66,124,172). Sum of RGB (Red+Green+Blue) = 66+124+172=362 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.23% from 362); Green value is 124 (48.83% from 255 or 34.25% from 362); Blue value is 172 (67.58% from 255 or 47.51% from 362); Max value from RGB is 172 - color contains mainly: blue. Hex color #427CAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #427CAC is #BD8353. Grayscale: #6F6F6F. Windows color (decimal): -12419924 or 11304002. OLE color: 11304002.
HSL color Cylindrical-coordinate representation of color #427CAC: hue angle of 207.17º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #427CAC is Cyan = 0.62, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 66 | 124 | 172 | - |
| CMYK | 0.62 | 0.28 | 0 | 0.33 |
| HSL | 207.17º | 0.45% | 0.47% | - |
| HSV(B) | 207.17º | 0.62% | 0.67% | - |
| XYZ | 16.9 | 18.55 | 41.72 | - |
| YUV | 112.13 | 161.78 | 95.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 124 | 172 | 0.62 | 0.28 | 0 | 0.33 | 207.17 | 0.45 | 0.47 |
| Hex | 42 | 7C | AC | 3E | 1C | 0 | 21 | CF | 2D | 2F |
| Octal | 102 | 174 | 254 | 76 | 34 | 0 | 41 | 317 | 55 | 57 |
| Binary | 1000010 | 1111100 | 10101100 | 111110 | 11100 | 0 | 100001 | 11001111 | 101101 | 101111 |
Color Harmonies of #427CAC
Complementary color
Monochromatic Colors of #427CAC
Black with #427CAC
Text Example
Text Example
White with #427CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #427CAC; }
p { color: rgb(66,124,172); }
H1.HeaderClassName
{
color: #427CAC;
}
.AnyTagClassName
{
color: #427CAC;
}
</style>
background-color css
<style>
a { background-color: #427CAC; }
a { background-color: rgb(66,124,172); }
div.DivClassName
{
background-color: #427CAC;
}
.BgClassName
{
background-color: #427CAC;
}
</style>
border-color css
<style>
span { border-color: #427CAC; }
span { border-color: rgb(66,124,172); }
td.TdClassName
{
border-color: #427CAC;
}
.TagClassName
{
border-color: #427CAC;
}
</style>