Shades of Steel Blue #427AAC
Tints of Steel Blue #427AAC
RGB
CMYK
RGB Variations
Color information
#427AAC (or 0x427AAC) is known color: Steel Blue. HEX triplet: 42, 7A and AC. RGB value is (66,122,172). Sum of RGB (Red+Green+Blue) = 66+122+172=360 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.33% from 360); Green value is 122 (48.05% from 255 or 33.89% from 360); Blue value is 172 (67.58% from 255 or 47.78% from 360); Max value from RGB is 172 - color contains mainly: blue. Hex color #427AAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #427AAC is #BD8553. Grayscale: #6E6E6E. Windows color (decimal): -12420436 or 11303490. OLE color: 11303490.
HSL color Cylindrical-coordinate representation of color #427AAC: hue angle of 208.3º 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 #427AAC is Cyan = 0.62, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 66 | 122 | 172 | - |
| CMYK | 0.62 | 0.29 | 0 | 0.33 |
| HSL | 208.3º | 0.45% | 0.47% | - |
| HSV(B) | 208.3º | 0.62% | 0.67% | - |
| XYZ | 16.65 | 18.06 | 41.64 | - |
| YUV | 110.96 | 162.45 | 95.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 122 | 172 | 0.62 | 0.29 | 0 | 0.33 | 208.3 | 0.45 | 0.47 |
| Hex | 42 | 7A | AC | 3E | 1D | 0 | 21 | D0 | 2D | 2F |
| Octal | 102 | 172 | 254 | 76 | 35 | 0 | 41 | 320 | 55 | 57 |
| Binary | 1000010 | 1111010 | 10101100 | 111110 | 11101 | 0 | 100001 | 11010000 | 101101 | 101111 |
Color Harmonies of #427AAC
Complementary color
Monochromatic Colors of #427AAC
Black with #427AAC
Text Example
Text Example
White with #427AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #427AAC; }
p { color: rgb(66,122,172); }
H1.HeaderClassName
{
color: #427AAC;
}
.AnyTagClassName
{
color: #427AAC;
}
</style>
background-color css
<style>
a { background-color: #427AAC; }
a { background-color: rgb(66,122,172); }
div.DivClassName
{
background-color: #427AAC;
}
.BgClassName
{
background-color: #427AAC;
}
</style>
border-color css
<style>
span { border-color: #427AAC; }
span { border-color: rgb(66,122,172); }
td.TdClassName
{
border-color: #427AAC;
}
.TagClassName
{
border-color: #427AAC;
}
</style>