Shades of Steel Blue #427AB4
Tints of Steel Blue #427AB4
RGB
CMYK
RGB Variations
Color information
#427AB4 (or 0x427AB4) is known color: Steel Blue. HEX triplet: 42, 7A and B4. RGB value is (66,122,180). Sum of RGB (Red+Green+Blue) = 66+122+180=368 (48% of max value = 765). Red value is 66 (26.17% from 255 or 17.93% from 368); Green value is 122 (48.05% from 255 or 33.15% from 368); Blue value is 180 (70.70% from 255 or 48.91% from 368); Max value from RGB is 180 - color contains mainly: blue. Hex color #427AB4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #427AB4 is #BD854B. Grayscale: #6F6F6F. Windows color (decimal): -12420428 or 11827778. OLE color: 11827778.
HSL color Cylindrical-coordinate representation of color #427AB4: hue angle of 210.53º degrees, saturation: 0.46, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #427AB4 is Cyan = 0.63, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 66 | 122 | 180 | - |
| CMYK | 0.63 | 0.32 | 0 | 0.29 |
| HSL | 210.53º | 0.46% | 0.48% | - |
| HSV(B) | 210.53º | 0.63% | 0.71% | - |
| XYZ | 17.44 | 18.37 | 45.81 | - |
| YUV | 111.87 | 166.45 | 95.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 122 | 180 | 0.63 | 0.32 | 0 | 0.29 | 210.53 | 0.46 | 0.48 |
| Hex | 42 | 7A | B4 | 3F | 20 | 0 | 1D | D3 | 2E | 30 |
| Octal | 102 | 172 | 264 | 77 | 40 | 0 | 35 | 323 | 56 | 60 |
| Binary | 1000010 | 1111010 | 10110100 | 111111 | 100000 | 0 | 11101 | 11010011 | 101110 | 110000 |
Color Harmonies of #427AB4
Complementary color
Monochromatic Colors of #427AB4
Black with #427AB4
Text Example
Text Example
White with #427AB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #427AB4; }
p { color: rgb(66,122,180); }
H1.HeaderClassName
{
color: #427AB4;
}
.AnyTagClassName
{
color: #427AB4;
}
</style>
background-color css
<style>
a { background-color: #427AB4; }
a { background-color: rgb(66,122,180); }
div.DivClassName
{
background-color: #427AB4;
}
.BgClassName
{
background-color: #427AB4;
}
</style>
border-color css
<style>
span { border-color: #427AB4; }
span { border-color: rgb(66,122,180); }
td.TdClassName
{
border-color: #427AB4;
}
.TagClassName
{
border-color: #427AB4;
}
</style>