Shades of Steel Blue #427FAA
Tints of Steel Blue #427FAA
RGB
CMYK
RGB Variations
Color information
#427FAA (or 0x427FAA) is known color: Steel Blue. HEX triplet: 42, 7F and AA. RGB value is (66,127,170). Sum of RGB (Red+Green+Blue) = 66+127+170=363 (48% of max value = 765). Red value is 66 (26.17% from 255 or 18.18% from 363); Green value is 127 (50% from 255 or 34.99% from 363); Blue value is 170 (66.80% from 255 or 46.83% from 363); Max value from RGB is 170 - color contains mainly: blue. Hex color #427FAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #427FAA is #BD8055. Grayscale: #717171. Windows color (decimal): -12419158 or 11173698. OLE color: 11173698.
HSL color Cylindrical-coordinate representation of color #427FAA: hue angle of 204.81º 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 #427FAA is Cyan = 0.61, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 66 | 127 | 170 | - |
| CMYK | 0.61 | 0.25 | 0 | 0.33 |
| HSL | 204.81º | 0.44% | 0.46% | - |
| HSV(B) | 204.81º | 0.61% | 0.67% | - |
| XYZ | 17.09 | 19.24 | 40.84 | - |
| YUV | 113.66 | 159.79 | 94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 127 | 170 | 0.61 | 0.25 | 0 | 0.33 | 204.81 | 0.44 | 0.46 |
| Hex | 42 | 7F | AA | 3D | 19 | 0 | 21 | CD | 2C | 2E |
| Octal | 102 | 177 | 252 | 75 | 31 | 0 | 41 | 315 | 54 | 56 |
| Binary | 1000010 | 1111111 | 10101010 | 111101 | 11001 | 0 | 100001 | 11001101 | 101100 | 101110 |
Color Harmonies of #427FAA
Complementary color
Monochromatic Colors of #427FAA
Black with #427FAA
Text Example
Text Example
White with #427FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #427FAA; }
p { color: rgb(66,127,170); }
H1.HeaderClassName
{
color: #427FAA;
}
.AnyTagClassName
{
color: #427FAA;
}
</style>
background-color css
<style>
a { background-color: #427FAA; }
a { background-color: rgb(66,127,170); }
div.DivClassName
{
background-color: #427FAA;
}
.BgClassName
{
background-color: #427FAA;
}
</style>
border-color css
<style>
span { border-color: #427FAA; }
span { border-color: rgb(66,127,170); }
td.TdClassName
{
border-color: #427FAA;
}
.TagClassName
{
border-color: #427FAA;
}
</style>