Shades of Steel Blue #427AB1
Tints of Steel Blue #427AB1
RGB
CMYK
RGB Variations
Color information
#427AB1 (or 0x427AB1) is known color: Steel Blue. HEX triplet: 42, 7A and B1. RGB value is (66,122,177). Sum of RGB (Red+Green+Blue) = 66+122+177=365 (48% of max value = 765). Red value is 66 (26.17% from 255 or 18.08% from 365); Green value is 122 (48.05% from 255 or 33.42% from 365); Blue value is 177 (69.53% from 255 or 48.49% from 365); Max value from RGB is 177 - color contains mainly: blue. Hex color #427AB1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #427AB1 is #BD854E. Grayscale: #6F6F6F. Windows color (decimal): -12420431 or 11631170. OLE color: 11631170.
HSL color Cylindrical-coordinate representation of color #427AB1: hue angle of 209.73º degrees, saturation: 0.46, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #427AB1 is Cyan = 0.63, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 66 | 122 | 177 | - |
| CMYK | 0.63 | 0.31 | 0 | 0.31 |
| HSL | 209.73º | 0.46% | 0.48% | - |
| HSV(B) | 209.73º | 0.63% | 0.69% | - |
| XYZ | 17.14 | 18.25 | 44.21 | - |
| YUV | 111.53 | 164.95 | 95.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 122 | 177 | 0.63 | 0.31 | 0 | 0.31 | 209.73 | 0.46 | 0.48 |
| Hex | 42 | 7A | B1 | 3F | 1F | 0 | 1F | D2 | 2E | 30 |
| Octal | 102 | 172 | 261 | 77 | 37 | 0 | 37 | 322 | 56 | 60 |
| Binary | 1000010 | 1111010 | 10110001 | 111111 | 11111 | 0 | 11111 | 11010010 | 101110 | 110000 |
Color Harmonies of #427AB1
Complementary color
Monochromatic Colors of #427AB1
Black with #427AB1
Text Example
Text Example
White with #427AB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #427AB1; }
p { color: rgb(66,122,177); }
H1.HeaderClassName
{
color: #427AB1;
}
.AnyTagClassName
{
color: #427AB1;
}
</style>
background-color css
<style>
a { background-color: #427AB1; }
a { background-color: rgb(66,122,177); }
div.DivClassName
{
background-color: #427AB1;
}
.BgClassName
{
background-color: #427AB1;
}
</style>
border-color css
<style>
span { border-color: #427AB1; }
span { border-color: rgb(66,122,177); }
td.TdClassName
{
border-color: #427AB1;
}
.TagClassName
{
border-color: #427AB1;
}
</style>