Shades of Steel Blue #427DAC
Tints of Steel Blue #427DAC
RGB
CMYK
RGB Variations
Color information
#427DAC (or 0x427DAC) is known color: Steel Blue. HEX triplet: 42, 7D and AC. RGB value is (66,125,172). Sum of RGB (Red+Green+Blue) = 66+125+172=363 (48% of max value = 765). Red value is 66 (26.17% from 255 or 18.18% from 363); Green value is 125 (49.22% from 255 or 34.44% from 363); Blue value is 172 (67.58% from 255 or 47.38% from 363); Max value from RGB is 172 - color contains mainly: blue. Hex color #427DAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #427DAC is #BD8253. Grayscale: #707070. Windows color (decimal): -12419668 or 11304258. OLE color: 11304258.
HSL color Cylindrical-coordinate representation of color #427DAC: hue angle of 206.6º 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 #427DAC is Cyan = 0.62, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 66 | 125 | 172 | - |
| CMYK | 0.62 | 0.27 | 0 | 0.33 |
| HSL | 206.6º | 0.45% | 0.47% | - |
| HSV(B) | 206.6º | 0.62% | 0.67% | - |
| XYZ | 17.03 | 18.8 | 41.76 | - |
| YUV | 112.72 | 161.45 | 94.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 125 | 172 | 0.62 | 0.27 | 0 | 0.33 | 206.6 | 0.45 | 0.47 |
| Hex | 42 | 7D | AC | 3E | 1B | 0 | 21 | CF | 2D | 2F |
| Octal | 102 | 175 | 254 | 76 | 33 | 0 | 41 | 317 | 55 | 57 |
| Binary | 1000010 | 1111101 | 10101100 | 111110 | 11011 | 0 | 100001 | 11001111 | 101101 | 101111 |
Color Harmonies of #427DAC
Complementary color
Monochromatic Colors of #427DAC
Black with #427DAC
Text Example
Text Example
White with #427DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #427DAC; }
p { color: rgb(66,125,172); }
H1.HeaderClassName
{
color: #427DAC;
}
.AnyTagClassName
{
color: #427DAC;
}
</style>
background-color css
<style>
a { background-color: #427DAC; }
a { background-color: rgb(66,125,172); }
div.DivClassName
{
background-color: #427DAC;
}
.BgClassName
{
background-color: #427DAC;
}
</style>
border-color css
<style>
span { border-color: #427DAC; }
span { border-color: rgb(66,125,172); }
td.TdClassName
{
border-color: #427DAC;
}
.TagClassName
{
border-color: #427DAC;
}
</style>