Shades of Steel Blue #427AB7
Tints of Steel Blue #427AB7
RGB
CMYK
RGB Variations
Color information
#427AB7 (or 0x427AB7) is known color: Steel Blue. HEX triplet: 42, 7A and B7. RGB value is (66,122,183). Sum of RGB (Red+Green+Blue) = 66+122+183=371 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.79% from 371); Green value is 122 (48.05% from 255 or 32.88% from 371); Blue value is 183 (71.88% from 255 or 49.33% from 371); Max value from RGB is 183 - color contains mainly: blue. Hex color #427AB7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #427AB7 is #BD8548. Grayscale: #6F6F6F. Windows color (decimal): -12420425 or 12024386. OLE color: 12024386.
HSL color Cylindrical-coordinate representation of color #427AB7: hue angle of 211.28º degrees, saturation: 0.47, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #427AB7 is Cyan = 0.64, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 66 | 122 | 183 | - |
| CMYK | 0.64 | 0.33 | 0 | 0.28 |
| HSL | 211.28º | 0.47% | 0.49% | - |
| HSV(B) | 211.28º | 0.64% | 0.72% | - |
| XYZ | 17.75 | 18.5 | 47.43 | - |
| YUV | 112.21 | 167.95 | 95.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 122 | 183 | 0.64 | 0.33 | 0 | 0.28 | 211.28 | 0.47 | 0.49 |
| Hex | 42 | 7A | B7 | 40 | 21 | 0 | 1C | D3 | 2F | 31 |
| Octal | 102 | 172 | 267 | 100 | 41 | 0 | 34 | 323 | 57 | 61 |
| Binary | 1000010 | 1111010 | 10110111 | 1000000 | 100001 | 0 | 11100 | 11010011 | 101111 | 110001 |
Color Harmonies of #427AB7
Complementary color
Monochromatic Colors of #427AB7
Black with #427AB7
Text Example
Text Example
White with #427AB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #427AB7; }
p { color: rgb(66,122,183); }
H1.HeaderClassName
{
color: #427AB7;
}
.AnyTagClassName
{
color: #427AB7;
}
</style>
background-color css
<style>
a { background-color: #427AB7; }
a { background-color: rgb(66,122,183); }
div.DivClassName
{
background-color: #427AB7;
}
.BgClassName
{
background-color: #427AB7;
}
</style>
border-color css
<style>
span { border-color: #427AB7; }
span { border-color: rgb(66,122,183); }
td.TdClassName
{
border-color: #427AB7;
}
.TagClassName
{
border-color: #427AB7;
}
</style>