Shades of Steel Blue #4676C1
Tints of Steel Blue #4676C1
RGB
CMYK
RGB Variations
Color information
#4676C1 (or 0x4676C1) is known color: Steel Blue. HEX triplet: 46, 76 and C1. RGB value is (70,118,193). Sum of RGB (Red+Green+Blue) = 70+118+193=381 (50% of max value = 765). Red value is 70 (27.73% from 255 or 18.37% from 381); Green value is 118 (46.48% from 255 or 30.97% from 381); Blue value is 193 (75.78% from 255 or 50.66% from 381); Max value from RGB is 193 - color contains mainly: blue. Hex color #4676C1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4676C1 is #B9893E. Grayscale: #6F6F6F. Windows color (decimal): -12159295 or 12678726. OLE color: 12678726.
HSL color Cylindrical-coordinate representation of color #4676C1: hue angle of 216.59º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4676C1 is Cyan = 0.64, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 70 | 118 | 193 | - |
| CMYK | 0.64 | 0.39 | 0 | 0.24 |
| HSL | 216.59º | 0.5% | 0.52% | - |
| HSV(B) | 216.59º | 0.64% | 0.76% | - |
| XYZ | 18.63 | 18.11 | 52.97 | - |
| YUV | 112.2 | 173.6 | 97.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 118 | 193 | 0.64 | 0.39 | 0 | 0.24 | 216.59 | 0.5 | 0.52 |
| Hex | 46 | 76 | C1 | 40 | 27 | 0 | 18 | D9 | 32 | 34 |
| Octal | 106 | 166 | 301 | 100 | 47 | 0 | 30 | 331 | 62 | 64 |
| Binary | 1000110 | 1110110 | 11000001 | 1000000 | 100111 | 0 | 11000 | 11011001 | 110010 | 110100 |
Color Harmonies of #4676C1
Complementary color
Monochromatic Colors of #4676C1
Black with #4676C1
Text Example
Text Example
White with #4676C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4676C1; }
p { color: rgb(70,118,193); }
H1.HeaderClassName
{
color: #4676C1;
}
.AnyTagClassName
{
color: #4676C1;
}
</style>
background-color css
<style>
a { background-color: #4676C1; }
a { background-color: rgb(70,118,193); }
div.DivClassName
{
background-color: #4676C1;
}
.BgClassName
{
background-color: #4676C1;
}
</style>
border-color css
<style>
span { border-color: #4676C1; }
span { border-color: rgb(70,118,193); }
td.TdClassName
{
border-color: #4676C1;
}
.TagClassName
{
border-color: #4676C1;
}
</style>