Shades of Steel Blue #4078C1
Tints of Steel Blue #4078C1
RGB
CMYK
RGB Variations
Color information
#4078C1 (or 0x4078C1) is known color: Steel Blue. HEX triplet: 40, 78 and C1. RGB value is (64,120,193). Sum of RGB (Red+Green+Blue) = 64+120+193=377 (49% of max value = 765). Red value is 64 (25.39% from 255 or 16.98% from 377); Green value is 120 (47.27% from 255 or 31.83% 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 #4078C1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4078C1 is #BF873E. Grayscale: #6F6F6F. Windows color (decimal): -12551999 or 12679232. OLE color: 12679232.
HSL color Cylindrical-coordinate representation of color #4078C1: hue angle of 213.95º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4078C1 is Cyan = 0.67, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 64 | 120 | 193 | - |
| CMYK | 0.67 | 0.38 | 0 | 0.24 |
| HSL | 213.95º | 0.51% | 0.5% | - |
| HSV(B) | 213.95º | 0.67% | 0.76% | - |
| XYZ | 18.46 | 18.37 | 53.03 | - |
| YUV | 111.58 | 173.95 | 94.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 120 | 193 | 0.67 | 0.38 | 0 | 0.24 | 213.95 | 0.51 | 0.5 |
| Hex | 40 | 78 | C1 | 43 | 26 | 0 | 18 | D6 | 33 | 32 |
| Octal | 100 | 170 | 301 | 103 | 46 | 0 | 30 | 326 | 63 | 62 |
| Binary | 1000000 | 1111000 | 11000001 | 1000011 | 100110 | 0 | 11000 | 11010110 | 110011 | 110010 |
Color Harmonies of #4078C1
Complementary color
Monochromatic Colors of #4078C1
Black with #4078C1
Text Example
Text Example
White with #4078C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4078C1; }
p { color: rgb(64,120,193); }
H1.HeaderClassName
{
color: #4078C1;
}
.AnyTagClassName
{
color: #4078C1;
}
</style>
background-color css
<style>
a { background-color: #4078C1; }
a { background-color: rgb(64,120,193); }
div.DivClassName
{
background-color: #4078C1;
}
.BgClassName
{
background-color: #4078C1;
}
</style>
border-color css
<style>
span { border-color: #4078C1; }
span { border-color: rgb(64,120,193); }
td.TdClassName
{
border-color: #4078C1;
}
.TagClassName
{
border-color: #4078C1;
}
</style>