Shades of Steel Blue #4378C3
Tints of Steel Blue #4378C3
RGB
CMYK
RGB Variations
Color information
#4378C3 (or 0x4378C3) is known color: Steel Blue. HEX triplet: 43, 78 and C3. RGB value is (67,120,195). Sum of RGB (Red+Green+Blue) = 67+120+195=382 (50% of max value = 765). Red value is 67 (26.56% from 255 or 17.54% from 382); Green value is 120 (47.27% from 255 or 31.41% from 382); Blue value is 195 (76.56% from 255 or 51.05% from 382); Max value from RGB is 195 - color contains mainly: blue. Hex color #4378C3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4378C3 is #BC873C. Grayscale: #707070. Windows color (decimal): -12355389 or 12810307. OLE color: 12810307.
HSL color Cylindrical-coordinate representation of color #4378C3: hue angle of 215.16º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4378C3 is Cyan = 0.66, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 67 | 120 | 195 | - |
| CMYK | 0.66 | 0.38 | 0 | 0.24 |
| HSL | 215.16º | 0.52% | 0.51% | - |
| HSV(B) | 215.16º | 0.66% | 0.76% | - |
| XYZ | 18.88 | 18.57 | 54.22 | - |
| YUV | 112.7 | 174.44 | 95.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 120 | 195 | 0.66 | 0.38 | 0 | 0.24 | 215.16 | 0.52 | 0.51 |
| Hex | 43 | 78 | C3 | 42 | 26 | 0 | 18 | D7 | 34 | 33 |
| Octal | 103 | 170 | 303 | 102 | 46 | 0 | 30 | 327 | 64 | 63 |
| Binary | 1000011 | 1111000 | 11000011 | 1000010 | 100110 | 0 | 11000 | 11010111 | 110100 | 110011 |
Color Harmonies of #4378C3
Complementary color
Monochromatic Colors of #4378C3
Black with #4378C3
Text Example
Text Example
White with #4378C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4378C3; }
p { color: rgb(67,120,195); }
H1.HeaderClassName
{
color: #4378C3;
}
.AnyTagClassName
{
color: #4378C3;
}
</style>
background-color css
<style>
a { background-color: #4378C3; }
a { background-color: rgb(67,120,195); }
div.DivClassName
{
background-color: #4378C3;
}
.BgClassName
{
background-color: #4378C3;
}
</style>
border-color css
<style>
span { border-color: #4378C3; }
span { border-color: rgb(67,120,195); }
td.TdClassName
{
border-color: #4378C3;
}
.TagClassName
{
border-color: #4378C3;
}
</style>