Shades of Steel Blue #427FB3
Tints of Steel Blue #427FB3
RGB
CMYK
RGB Variations
Color information
#427FB3 (or 0x427FB3) is known color: Steel Blue. HEX triplet: 42, 7F and B3. RGB value is (66,127,179). Sum of RGB (Red+Green+Blue) = 66+127+179=372 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.74% from 372); Green value is 127 (50% from 255 or 34.14% from 372); Blue value is 179 (70.31% from 255 or 48.12% from 372); Max value from RGB is 179 - color contains mainly: blue. Hex color #427FB3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #427FB3 is #BD804C. Grayscale: #727272. Windows color (decimal): -12419149 or 11763522. OLE color: 11763522.
HSL color Cylindrical-coordinate representation of color #427FB3: hue angle of 207.61º degrees, saturation: 0.46, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #427FB3 is Cyan = 0.63, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 66 | 127 | 179 | - |
| CMYK | 0.63 | 0.29 | 0 | 0.30 |
| HSL | 207.61º | 0.46% | 0.48% | - |
| HSV(B) | 207.61º | 0.63% | 0.7% | - |
| XYZ | 17.97 | 19.59 | 45.48 | - |
| YUV | 114.69 | 164.29 | 93.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 127 | 179 | 0.63 | 0.29 | 0 | 0.30 | 207.61 | 0.46 | 0.48 |
| Hex | 42 | 7F | B3 | 3F | 1D | 0 | 1E | D0 | 2E | 30 |
| Octal | 102 | 177 | 263 | 77 | 35 | 0 | 36 | 320 | 56 | 60 |
| Binary | 1000010 | 1111111 | 10110011 | 111111 | 11101 | 0 | 11110 | 11010000 | 101110 | 110000 |
Color Harmonies of #427FB3
Complementary color
Monochromatic Colors of #427FB3
Black with #427FB3
Text Example
Text Example
White with #427FB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #427FB3; }
p { color: rgb(66,127,179); }
H1.HeaderClassName
{
color: #427FB3;
}
.AnyTagClassName
{
color: #427FB3;
}
</style>
background-color css
<style>
a { background-color: #427FB3; }
a { background-color: rgb(66,127,179); }
div.DivClassName
{
background-color: #427FB3;
}
.BgClassName
{
background-color: #427FB3;
}
</style>
border-color css
<style>
span { border-color: #427FB3; }
span { border-color: rgb(66,127,179); }
td.TdClassName
{
border-color: #427FB3;
}
.TagClassName
{
border-color: #427FB3;
}
</style>