Shades of Steel Blue #427FB0
Tints of Steel Blue #427FB0
RGB
CMYK
RGB Variations
Color information
#427FB0 (or 0x427FB0) is known color: Steel Blue. HEX triplet: 42, 7F and B0. RGB value is (66,127,176). Sum of RGB (Red+Green+Blue) = 66+127+176=369 (48% of max value = 765). Red value is 66 (26.17% from 255 or 17.89% from 369); Green value is 127 (50% from 255 or 34.42% from 369); Blue value is 176 (69.14% from 255 or 47.70% from 369); Max value from RGB is 176 - color contains mainly: blue. Hex color #427FB0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #427FB0 is #BD804F. Grayscale: #727272. Windows color (decimal): -12419152 or 11566914. OLE color: 11566914.
HSL color Cylindrical-coordinate representation of color #427FB0: hue angle of 206.73º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #427FB0 is Cyan = 0.62, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 66 | 127 | 176 | - |
| CMYK | 0.62 | 0.28 | 0 | 0.31 |
| HSL | 206.73º | 0.45% | 0.47% | - |
| HSV(B) | 206.73º | 0.63% | 0.69% | - |
| XYZ | 17.67 | 19.47 | 43.9 | - |
| YUV | 114.35 | 162.79 | 93.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 127 | 176 | 0.62 | 0.28 | 0 | 0.31 | 206.73 | 0.45 | 0.47 |
| Hex | 42 | 7F | B0 | 3E | 1C | 0 | 1F | CF | 2D | 2F |
| Octal | 102 | 177 | 260 | 76 | 34 | 0 | 37 | 317 | 55 | 57 |
| Binary | 1000010 | 1111111 | 10110000 | 111110 | 11100 | 0 | 11111 | 11001111 | 101101 | 101111 |
Color Harmonies of #427FB0
Complementary color
Monochromatic Colors of #427FB0
Black with #427FB0
Text Example
Text Example
White with #427FB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #427FB0; }
p { color: rgb(66,127,176); }
H1.HeaderClassName
{
color: #427FB0;
}
.AnyTagClassName
{
color: #427FB0;
}
</style>
background-color css
<style>
a { background-color: #427FB0; }
a { background-color: rgb(66,127,176); }
div.DivClassName
{
background-color: #427FB0;
}
.BgClassName
{
background-color: #427FB0;
}
</style>
border-color css
<style>
span { border-color: #427FB0; }
span { border-color: rgb(66,127,176); }
td.TdClassName
{
border-color: #427FB0;
}
.TagClassName
{
border-color: #427FB0;
}
</style>