Shades of Steel Blue #4278AC
Tints of Steel Blue #4278AC
RGB
CMYK
RGB Variations
Color information
#4278AC (or 0x4278AC) is known color: Steel Blue. HEX triplet: 42, 78 and AC. RGB value is (66,120,172). Sum of RGB (Red+Green+Blue) = 66+120+172=358 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.44% from 358); Green value is 120 (47.27% from 255 or 33.52% from 358); Blue value is 172 (67.58% from 255 or 48.04% from 358); Max value from RGB is 172 - color contains mainly: blue. Hex color #4278AC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4278AC is #BD8753. Grayscale: #6D6D6D. Windows color (decimal): -12420948 or 11302978. OLE color: 11302978.
HSL color Cylindrical-coordinate representation of color #4278AC: hue angle of 209.43º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4278AC is Cyan = 0.62, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 66 | 120 | 172 | - |
| CMYK | 0.62 | 0.30 | 0 | 0.33 |
| HSL | 209.43º | 0.45% | 0.47% | - |
| HSV(B) | 209.43º | 0.62% | 0.67% | - |
| XYZ | 16.41 | 17.57 | 41.56 | - |
| YUV | 109.78 | 163.11 | 96.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 120 | 172 | 0.62 | 0.30 | 0 | 0.33 | 209.43 | 0.45 | 0.47 |
| Hex | 42 | 78 | AC | 3E | 1E | 0 | 21 | D1 | 2D | 2F |
| Octal | 102 | 170 | 254 | 76 | 36 | 0 | 41 | 321 | 55 | 57 |
| Binary | 1000010 | 1111000 | 10101100 | 111110 | 11110 | 0 | 100001 | 11010001 | 101101 | 101111 |
Color Harmonies of #4278AC
Complementary color
Monochromatic Colors of #4278AC
Black with #4278AC
Text Example
Text Example
White with #4278AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4278AC; }
p { color: rgb(66,120,172); }
H1.HeaderClassName
{
color: #4278AC;
}
.AnyTagClassName
{
color: #4278AC;
}
</style>
background-color css
<style>
a { background-color: #4278AC; }
a { background-color: rgb(66,120,172); }
div.DivClassName
{
background-color: #4278AC;
}
.BgClassName
{
background-color: #4278AC;
}
</style>
border-color css
<style>
span { border-color: #4278AC; }
span { border-color: rgb(66,120,172); }
td.TdClassName
{
border-color: #4278AC;
}
.TagClassName
{
border-color: #4278AC;
}
</style>