Shades of Steel Blue #427AB8
Tints of Steel Blue #427AB8
RGB
CMYK
RGB Variations
Color information
#427AB8 (or 0x427AB8) is known color: Steel Blue. HEX triplet: 42, 7A and B8. RGB value is (66,122,184). Sum of RGB (Red+Green+Blue) = 66+122+184=372 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.74% from 372); Green value is 122 (48.05% from 255 or 32.80% from 372); Blue value is 184 (72.27% from 255 or 49.46% from 372); Max value from RGB is 184 - color contains mainly: blue. Hex color #427AB8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #427AB8 is #BD8547. Grayscale: #707070. Windows color (decimal): -12420424 or 12089922. OLE color: 12089922.
HSL color Cylindrical-coordinate representation of color #427AB8: hue angle of 211.53º 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 #427AB8 is Cyan = 0.64, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 66 | 122 | 184 | - |
| CMYK | 0.64 | 0.34 | 0 | 0.28 |
| HSL | 211.53º | 0.47% | 0.49% | - |
| HSV(B) | 211.53º | 0.64% | 0.72% | - |
| XYZ | 17.86 | 18.54 | 47.98 | - |
| YUV | 112.32 | 168.45 | 94.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 122 | 184 | 0.64 | 0.34 | 0 | 0.28 | 211.53 | 0.47 | 0.49 |
| Hex | 42 | 7A | B8 | 40 | 22 | 0 | 1C | D4 | 2F | 31 |
| Octal | 102 | 172 | 270 | 100 | 42 | 0 | 34 | 324 | 57 | 61 |
| Binary | 1000010 | 1111010 | 10111000 | 1000000 | 100010 | 0 | 11100 | 11010100 | 101111 | 110001 |
Color Harmonies of #427AB8
Complementary color
Monochromatic Colors of #427AB8
Black with #427AB8
Text Example
Text Example
White with #427AB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #427AB8; }
p { color: rgb(66,122,184); }
H1.HeaderClassName
{
color: #427AB8;
}
.AnyTagClassName
{
color: #427AB8;
}
</style>
background-color css
<style>
a { background-color: #427AB8; }
a { background-color: rgb(66,122,184); }
div.DivClassName
{
background-color: #427AB8;
}
.BgClassName
{
background-color: #427AB8;
}
</style>
border-color css
<style>
span { border-color: #427AB8; }
span { border-color: rgb(66,122,184); }
td.TdClassName
{
border-color: #427AB8;
}
.TagClassName
{
border-color: #427AB8;
}
</style>