Shades of Steel Blue #4375C1
Tints of Steel Blue #4375C1
RGB
CMYK
RGB Variations
Color information
#4375C1 (or 0x4375C1) is known color: Steel Blue. HEX triplet: 43, 75 and C1. RGB value is (67,117,193). Sum of RGB (Red+Green+Blue) = 67+117+193=377 (49% of max value = 765). Red value is 67 (26.56% from 255 or 17.77% from 377); Green value is 117 (46.09% from 255 or 31.03% from 377); Blue value is 193 (75.78% from 255 or 51.19% from 377); Max value from RGB is 193 - color contains mainly: blue. Hex color #4375C1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4375C1 is #BC8A3E. Grayscale: #6E6E6E. Windows color (decimal): -12356159 or 12678467. OLE color: 12678467.
HSL color Cylindrical-coordinate representation of color #4375C1: hue angle of 216.19º 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 #4375C1 is Cyan = 0.65, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 67 | 117 | 193 | - |
| CMYK | 0.65 | 0.39 | 0 | 0.24 |
| HSL | 216.19º | 0.5% | 0.51% | - |
| HSV(B) | 216.19º | 0.65% | 0.76% | - |
| XYZ | 18.3 | 17.77 | 52.92 | - |
| YUV | 110.71 | 174.44 | 96.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 117 | 193 | 0.65 | 0.39 | 0 | 0.24 | 216.19 | 0.5 | 0.51 |
| Hex | 43 | 75 | C1 | 41 | 27 | 0 | 18 | D8 | 32 | 33 |
| Octal | 103 | 165 | 301 | 101 | 47 | 0 | 30 | 330 | 62 | 63 |
| Binary | 1000011 | 1110101 | 11000001 | 1000001 | 100111 | 0 | 11000 | 11011000 | 110010 | 110011 |
Color Harmonies of #4375C1
Complementary color
Monochromatic Colors of #4375C1
Black with #4375C1
Text Example
Text Example
White with #4375C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4375C1; }
p { color: rgb(67,117,193); }
H1.HeaderClassName
{
color: #4375C1;
}
.AnyTagClassName
{
color: #4375C1;
}
</style>
background-color css
<style>
a { background-color: #4375C1; }
a { background-color: rgb(67,117,193); }
div.DivClassName
{
background-color: #4375C1;
}
.BgClassName
{
background-color: #4375C1;
}
</style>
border-color css
<style>
span { border-color: #4375C1; }
span { border-color: rgb(67,117,193); }
td.TdClassName
{
border-color: #4375C1;
}
.TagClassName
{
border-color: #4375C1;
}
</style>