Shades of Steel Blue #4377C1
Tints of Steel Blue #4377C1
RGB
CMYK
RGB Variations
Color information
#4377C1 (or 0x4377C1) is known color: Steel Blue. HEX triplet: 43, 77 and C1. RGB value is (67,119,193). Sum of RGB (Red+Green+Blue) = 67+119+193=379 (50% of max value = 765). Red value is 67 (26.56% from 255 or 17.68% from 379); Green value is 119 (46.88% from 255 or 31.40% from 379); Blue value is 193 (75.78% from 255 or 50.92% from 379); Max value from RGB is 193 - color contains mainly: blue. Hex color #4377C1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4377C1 is #BC883E. Grayscale: #6F6F6F. Windows color (decimal): -12355647 or 12678979. OLE color: 12678979.
HSL color Cylindrical-coordinate representation of color #4377C1: hue angle of 215.24º 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 #4377C1 is Cyan = 0.65, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 67 | 119 | 193 | - |
| CMYK | 0.65 | 0.38 | 0 | 0.24 |
| HSL | 215.24º | 0.5% | 0.51% | - |
| HSV(B) | 215.24º | 0.65% | 0.76% | - |
| XYZ | 18.54 | 18.24 | 53 | - |
| YUV | 111.89 | 173.77 | 95.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 119 | 193 | 0.65 | 0.38 | 0 | 0.24 | 215.24 | 0.5 | 0.51 |
| Hex | 43 | 77 | C1 | 41 | 26 | 0 | 18 | D7 | 32 | 33 |
| Octal | 103 | 167 | 301 | 101 | 46 | 0 | 30 | 327 | 62 | 63 |
| Binary | 1000011 | 1110111 | 11000001 | 1000001 | 100110 | 0 | 11000 | 11010111 | 110010 | 110011 |
Color Harmonies of #4377C1
Complementary color
Monochromatic Colors of #4377C1
Black with #4377C1
Text Example
Text Example
White with #4377C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4377C1; }
p { color: rgb(67,119,193); }
H1.HeaderClassName
{
color: #4377C1;
}
.AnyTagClassName
{
color: #4377C1;
}
</style>
background-color css
<style>
a { background-color: #4377C1; }
a { background-color: rgb(67,119,193); }
div.DivClassName
{
background-color: #4377C1;
}
.BgClassName
{
background-color: #4377C1;
}
</style>
border-color css
<style>
span { border-color: #4377C1; }
span { border-color: rgb(67,119,193); }
td.TdClassName
{
border-color: #4377C1;
}
.TagClassName
{
border-color: #4377C1;
}
</style>