Shades of Steel Blue #427BA9
Tints of Steel Blue #427BA9
RGB
CMYK
RGB Variations
Color information
#427BA9 (or 0x427BA9) is known color: Steel Blue. HEX triplet: 42, 7B and A9. RGB value is (66,123,169). Sum of RGB (Red+Green+Blue) = 66+123+169=358 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.44% from 358); Green value is 123 (48.44% from 255 or 34.36% from 358); Blue value is 169 (66.41% from 255 or 47.21% from 358); Max value from RGB is 169 - color contains mainly: blue. Hex color #427BA9 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #427BA9 is #BD8456. Grayscale: #6E6E6E. Windows color (decimal): -12420183 or 11107138. OLE color: 11107138.
HSL color Cylindrical-coordinate representation of color #427BA9: hue angle of 206.8º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #427BA9 is Cyan = 0.61, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 66 | 123 | 169 | - |
| CMYK | 0.61 | 0.27 | 0 | 0.34 |
| HSL | 206.8º | 0.44% | 0.46% | - |
| HSV(B) | 206.8º | 0.61% | 0.66% | - |
| XYZ | 16.49 | 18.19 | 40.18 | - |
| YUV | 111.2 | 160.62 | 95.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 123 | 169 | 0.61 | 0.27 | 0 | 0.34 | 206.8 | 0.44 | 0.46 |
| Hex | 42 | 7B | A9 | 3D | 1B | 0 | 22 | CF | 2C | 2E |
| Octal | 102 | 173 | 251 | 75 | 33 | 0 | 42 | 317 | 54 | 56 |
| Binary | 1000010 | 1111011 | 10101001 | 111101 | 11011 | 0 | 100010 | 11001111 | 101100 | 101110 |
Color Harmonies of #427BA9
Complementary color
Monochromatic Colors of #427BA9
Black with #427BA9
Text Example
Text Example
White with #427BA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #427BA9; }
p { color: rgb(66,123,169); }
H1.HeaderClassName
{
color: #427BA9;
}
.AnyTagClassName
{
color: #427BA9;
}
</style>
background-color css
<style>
a { background-color: #427BA9; }
a { background-color: rgb(66,123,169); }
div.DivClassName
{
background-color: #427BA9;
}
.BgClassName
{
background-color: #427BA9;
}
</style>
border-color css
<style>
span { border-color: #427BA9; }
span { border-color: rgb(66,123,169); }
td.TdClassName
{
border-color: #427BA9;
}
.TagClassName
{
border-color: #427BA9;
}
</style>