Shades of Steel Blue #4278B3
Tints of Steel Blue #4278B3
RGB
CMYK
RGB Variations
Color information
#4278B3 (or 0x4278B3) is known color: Steel Blue. HEX triplet: 42, 78 and B3. RGB value is (66,120,179). Sum of RGB (Red+Green+Blue) = 66+120+179=365 (48% of max value = 765). Red value is 66 (26.17% from 255 or 18.08% from 365); Green value is 120 (47.27% from 255 or 32.88% from 365); Blue value is 179 (70.31% from 255 or 49.04% from 365); Max value from RGB is 179 - color contains mainly: blue. Hex color #4278B3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4278B3 is #BD874C. Grayscale: #6E6E6E. Windows color (decimal): -12420941 or 11761730. OLE color: 11761730.
HSL color Cylindrical-coordinate representation of color #4278B3: hue angle of 211.33º degrees, saturation: 0.46, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4278B3 is Cyan = 0.63, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 66 | 120 | 179 | - |
| CMYK | 0.63 | 0.33 | 0 | 0.30 |
| HSL | 211.33º | 0.46% | 0.48% | - |
| HSV(B) | 211.33º | 0.63% | 0.7% | - |
| XYZ | 17.1 | 17.85 | 45.19 | - |
| YUV | 110.58 | 166.61 | 96.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 120 | 179 | 0.63 | 0.33 | 0 | 0.30 | 211.33 | 0.46 | 0.48 |
| Hex | 42 | 78 | B3 | 3F | 21 | 0 | 1E | D3 | 2E | 30 |
| Octal | 102 | 170 | 263 | 77 | 41 | 0 | 36 | 323 | 56 | 60 |
| Binary | 1000010 | 1111000 | 10110011 | 111111 | 100001 | 0 | 11110 | 11010011 | 101110 | 110000 |
Color Harmonies of #4278B3
Complementary color
Monochromatic Colors of #4278B3
Black with #4278B3
Text Example
Text Example
White with #4278B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4278B3; }
p { color: rgb(66,120,179); }
H1.HeaderClassName
{
color: #4278B3;
}
.AnyTagClassName
{
color: #4278B3;
}
</style>
background-color css
<style>
a { background-color: #4278B3; }
a { background-color: rgb(66,120,179); }
div.DivClassName
{
background-color: #4278B3;
}
.BgClassName
{
background-color: #4278B3;
}
</style>
border-color css
<style>
span { border-color: #4278B3; }
span { border-color: rgb(66,120,179); }
td.TdClassName
{
border-color: #4278B3;
}
.TagClassName
{
border-color: #4278B3;
}
</style>