Shades of Steel Blue #427CB9
Tints of Steel Blue #427CB9
RGB
CMYK
RGB Variations
Color information
#427CB9 (or 0x427CB9) is known color: Steel Blue. HEX triplet: 42, 7C and B9. RGB value is (66,124,185). Sum of RGB (Red+Green+Blue) = 66+124+185=375 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.6% from 375); Green value is 124 (48.83% from 255 or 33.07% from 375); Blue value is 185 (72.66% from 255 or 49.33% from 375); Max value from RGB is 185 - color contains mainly: blue. Hex color #427CB9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #427CB9 is #BD8346. Grayscale: #717171. Windows color (decimal): -12419911 or 12155970. OLE color: 12155970.
HSL color Cylindrical-coordinate representation of color #427CB9: hue angle of 210.76º degrees, saturation: 0.47, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #427CB9 is Cyan = 0.64, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 66 | 124 | 185 | - |
| CMYK | 0.64 | 0.33 | 0 | 0.27 |
| HSL | 210.76º | 0.47% | 0.49% | - |
| HSV(B) | 210.76º | 0.64% | 0.73% | - |
| XYZ | 18.21 | 19.08 | 48.62 | - |
| YUV | 113.61 | 168.28 | 94.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 124 | 185 | 0.64 | 0.33 | 0 | 0.27 | 210.76 | 0.47 | 0.49 |
| Hex | 42 | 7C | B9 | 40 | 21 | 0 | 1B | D3 | 2F | 31 |
| Octal | 102 | 174 | 271 | 100 | 41 | 0 | 33 | 323 | 57 | 61 |
| Binary | 1000010 | 1111100 | 10111001 | 1000000 | 100001 | 0 | 11011 | 11010011 | 101111 | 110001 |
Color Harmonies of #427CB9
Complementary color
Monochromatic Colors of #427CB9
Black with #427CB9
Text Example
Text Example
White with #427CB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #427CB9; }
p { color: rgb(66,124,185); }
H1.HeaderClassName
{
color: #427CB9;
}
.AnyTagClassName
{
color: #427CB9;
}
</style>
background-color css
<style>
a { background-color: #427CB9; }
a { background-color: rgb(66,124,185); }
div.DivClassName
{
background-color: #427CB9;
}
.BgClassName
{
background-color: #427CB9;
}
</style>
border-color css
<style>
span { border-color: #427CB9; }
span { border-color: rgb(66,124,185); }
td.TdClassName
{
border-color: #427CB9;
}
.TagClassName
{
border-color: #427CB9;
}
</style>