Shades of Steel Blue #4477C1
Tints of Steel Blue #4477C1
RGB
CMYK
RGB Variations
Color information
#4477C1 (or 0x4477C1) is known color: Steel Blue. HEX triplet: 44, 77 and C1. RGB value is (68,119,193). Sum of RGB (Red+Green+Blue) = 68+119+193=380 (50% of max value = 765). Red value is 68 (26.95% from 255 or 17.89% from 380); Green value is 119 (46.88% from 255 or 31.32% from 380); Blue value is 193 (75.78% from 255 or 50.79% from 380); Max value from RGB is 193 - color contains mainly: blue. Hex color #4477C1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4477C1 is #BB883E. Grayscale: #6F6F6F. Windows color (decimal): -12290111 or 12678980. OLE color: 12678980.
HSL color Cylindrical-coordinate representation of color #4477C1: hue angle of 215.52º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4477C1 is Cyan = 0.65, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 68 | 119 | 193 | - |
| CMYK | 0.65 | 0.38 | 0 | 0.24 |
| HSL | 215.52º | 0.5% | 0.51% | - |
| HSV(B) | 215.52º | 0.65% | 0.76% | - |
| XYZ | 18.61 | 18.27 | 53 | - |
| YUV | 112.19 | 173.6 | 96.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 119 | 193 | 0.65 | 0.38 | 0 | 0.24 | 215.52 | 0.5 | 0.51 |
| Hex | 44 | 77 | C1 | 41 | 26 | 0 | 18 | D8 | 32 | 33 |
| Octal | 104 | 167 | 301 | 101 | 46 | 0 | 30 | 330 | 62 | 63 |
| Binary | 1000100 | 1110111 | 11000001 | 1000001 | 100110 | 0 | 11000 | 11011000 | 110010 | 110011 |
Color Harmonies of #4477C1
Complementary color
Monochromatic Colors of #4477C1
Black with #4477C1
Text Example
Text Example
White with #4477C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4477C1; }
p { color: rgb(68,119,193); }
H1.HeaderClassName
{
color: #4477C1;
}
.AnyTagClassName
{
color: #4477C1;
}
</style>
background-color css
<style>
a { background-color: #4477C1; }
a { background-color: rgb(68,119,193); }
div.DivClassName
{
background-color: #4477C1;
}
.BgClassName
{
background-color: #4477C1;
}
</style>
border-color css
<style>
span { border-color: #4477C1; }
span { border-color: rgb(68,119,193); }
td.TdClassName
{
border-color: #4477C1;
}
.TagClassName
{
border-color: #4477C1;
}
</style>