Shades of Steel Blue #4276BF
Tints of Steel Blue #4276BF
RGB
CMYK
RGB Variations
Color information
#4276BF (or 0x4276BF) is known color: Steel Blue. HEX triplet: 42, 76 and BF. RGB value is (66,118,191). Sum of RGB (Red+Green+Blue) = 66+118+191=375 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.6% from 375); Green value is 118 (46.48% from 255 or 31.47% from 375); Blue value is 191 (75% from 255 or 50.93% from 375); Max value from RGB is 191 - color contains mainly: blue. Hex color #4276BF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4276BF is #BD8940. Grayscale: #6E6E6E. Windows color (decimal): -12421441 or 12547650. OLE color: 12547650.
HSL color Cylindrical-coordinate representation of color #4276BF: hue angle of 215.04º 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 #4276BF is Cyan = 0.65, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 66 | 118 | 191 | - |
| CMYK | 0.65 | 0.38 | 0 | 0.25 |
| HSL | 215.04º | 0.49% | 0.5% | - |
| HSV(B) | 215.04º | 0.65% | 0.75% | - |
| XYZ | 18.13 | 17.88 | 51.79 | - |
| YUV | 110.77 | 173.27 | 96.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 118 | 191 | 0.65 | 0.38 | 0 | 0.25 | 215.04 | 0.49 | 0.5 |
| Hex | 42 | 76 | BF | 41 | 26 | 0 | 19 | D7 | 31 | 32 |
| Octal | 102 | 166 | 277 | 101 | 46 | 0 | 31 | 327 | 61 | 62 |
| Binary | 1000010 | 1110110 | 10111111 | 1000001 | 100110 | 0 | 11001 | 11010111 | 110001 | 110010 |
Color Harmonies of #4276BF
Complementary color
Monochromatic Colors of #4276BF
Black with #4276BF
Text Example
Text Example
White with #4276BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4276BF; }
p { color: rgb(66,118,191); }
H1.HeaderClassName
{
color: #4276BF;
}
.AnyTagClassName
{
color: #4276BF;
}
</style>
background-color css
<style>
a { background-color: #4276BF; }
a { background-color: rgb(66,118,191); }
div.DivClassName
{
background-color: #4276BF;
}
.BgClassName
{
background-color: #4276BF;
}
</style>
border-color css
<style>
span { border-color: #4276BF; }
span { border-color: rgb(66,118,191); }
td.TdClassName
{
border-color: #4276BF;
}
.TagClassName
{
border-color: #4276BF;
}
</style>