Shades of Steel Blue #427ABB
Tints of Steel Blue #427ABB
RGB
CMYK
RGB Variations
Color information
#427ABB (or 0x427ABB) is known color: Steel Blue. HEX triplet: 42, 7A and BB. RGB value is (66,122,187). Sum of RGB (Red+Green+Blue) = 66+122+187=375 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.6% from 375); Green value is 122 (48.05% from 255 or 32.53% from 375); Blue value is 187 (73.44% from 255 or 49.87% from 375); Max value from RGB is 187 - color contains mainly: blue. Hex color #427ABB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #427ABB is #BD8544. Grayscale: #707070. Windows color (decimal): -12420421 or 12286530. OLE color: 12286530.
HSL color Cylindrical-coordinate representation of color #427ABB: hue angle of 212.23º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #427ABB is Cyan = 0.65, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 66 | 122 | 187 | - |
| CMYK | 0.65 | 0.35 | 0 | 0.27 |
| HSL | 212.23º | 0.48% | 0.5% | - |
| HSV(B) | 212.23º | 0.65% | 0.73% | - |
| XYZ | 18.18 | 18.67 | 49.66 | - |
| YUV | 112.67 | 169.95 | 94.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 122 | 187 | 0.65 | 0.35 | 0 | 0.27 | 212.23 | 0.48 | 0.5 |
| Hex | 42 | 7A | BB | 41 | 23 | 0 | 1B | D4 | 30 | 32 |
| Octal | 102 | 172 | 273 | 101 | 43 | 0 | 33 | 324 | 60 | 62 |
| Binary | 1000010 | 1111010 | 10111011 | 1000001 | 100011 | 0 | 11011 | 11010100 | 110000 | 110010 |
Color Harmonies of #427ABB
Complementary color
Monochromatic Colors of #427ABB
Black with #427ABB
Text Example
Text Example
White with #427ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #427ABB; }
p { color: rgb(66,122,187); }
H1.HeaderClassName
{
color: #427ABB;
}
.AnyTagClassName
{
color: #427ABB;
}
</style>
background-color css
<style>
a { background-color: #427ABB; }
a { background-color: rgb(66,122,187); }
div.DivClassName
{
background-color: #427ABB;
}
.BgClassName
{
background-color: #427ABB;
}
</style>
border-color css
<style>
span { border-color: #427ABB; }
span { border-color: rgb(66,122,187); }
td.TdClassName
{
border-color: #427ABB;
}
.TagClassName
{
border-color: #427ABB;
}
</style>