Shades of Steel Blue #4271BF
Tints of Steel Blue #4271BF
RGB
CMYK
RGB Variations
Color information
#4271BF (or 0x4271BF) is known color: Steel Blue. HEX triplet: 42, 71 and BF. RGB value is (66,113,191). Sum of RGB (Red+Green+Blue) = 66+113+191=370 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.84% from 370); Green value is 113 (44.53% from 255 or 30.54% from 370); Blue value is 191 (75% from 255 or 51.62% from 370); Max value from RGB is 191 - color contains mainly: blue. Hex color #4271BF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4271BF is #BD8E40. Grayscale: #6B6B6B. Windows color (decimal): -12422721 or 12546370. OLE color: 12546370.
HSL color Cylindrical-coordinate representation of color #4271BF: hue angle of 217.44º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4271BF is Cyan = 0.65, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 66 | 113 | 191 | - |
| CMYK | 0.65 | 0.41 | 0 | 0.25 |
| HSL | 217.44º | 0.49% | 0.5% | - |
| HSV(B) | 217.44º | 0.65% | 0.75% | - |
| XYZ | 17.56 | 16.73 | 51.59 | - |
| YUV | 107.84 | 174.93 | 98.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 113 | 191 | 0.65 | 0.41 | 0 | 0.25 | 217.44 | 0.49 | 0.5 |
| Hex | 42 | 71 | BF | 41 | 29 | 0 | 19 | D9 | 31 | 32 |
| Octal | 102 | 161 | 277 | 101 | 51 | 0 | 31 | 331 | 61 | 62 |
| Binary | 1000010 | 1110001 | 10111111 | 1000001 | 101001 | 0 | 11001 | 11011001 | 110001 | 110010 |
Color Harmonies of #4271BF
Complementary color
Monochromatic Colors of #4271BF
Black with #4271BF
Text Example
Text Example
White with #4271BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4271BF; }
p { color: rgb(66,113,191); }
H1.HeaderClassName
{
color: #4271BF;
}
.AnyTagClassName
{
color: #4271BF;
}
</style>
background-color css
<style>
a { background-color: #4271BF; }
a { background-color: rgb(66,113,191); }
div.DivClassName
{
background-color: #4271BF;
}
.BgClassName
{
background-color: #4271BF;
}
</style>
border-color css
<style>
span { border-color: #4271BF; }
span { border-color: rgb(66,113,191); }
td.TdClassName
{
border-color: #4271BF;
}
.TagClassName
{
border-color: #4271BF;
}
</style>