Shades of Steel Blue #477CB3
Tints of Steel Blue #477CB3
RGB
CMYK
RGB Variations
Color information
#477CB3 (or 0x477CB3) is known color: Steel Blue. HEX triplet: 47, 7C and B3. RGB value is (71,124,179). Sum of RGB (Red+Green+Blue) = 71+124+179=374 (49% of max value = 765). Red value is 71 (28.12% from 255 or 18.98% from 374); Green value is 124 (48.83% from 255 or 33.16% from 374); Blue value is 179 (70.31% from 255 or 47.86% from 374); Max value from RGB is 179 - color contains mainly: blue. Hex color #477CB3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #477CB3 is #B8834C. Grayscale: #727272. Windows color (decimal): -12092237 or 11762759. OLE color: 11762759.
HSL color Cylindrical-coordinate representation of color #477CB3: hue angle of 210.56º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #477CB3 is Cyan = 0.60, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 71 | 124 | 179 | - |
| CMYK | 0.60 | 0.31 | 0 | 0.30 |
| HSL | 210.56º | 0.43% | 0.49% | - |
| HSV(B) | 210.56º | 0.6% | 0.7% | - |
| XYZ | 17.94 | 19.01 | 45.37 | - |
| YUV | 114.42 | 164.44 | 97.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 124 | 179 | 0.60 | 0.31 | 0 | 0.30 | 210.56 | 0.43 | 0.49 |
| Hex | 47 | 7C | B3 | 3C | 1F | 0 | 1E | D3 | 2B | 31 |
| Octal | 107 | 174 | 263 | 74 | 37 | 0 | 36 | 323 | 53 | 61 |
| Binary | 1000111 | 1111100 | 10110011 | 111100 | 11111 | 0 | 11110 | 11010011 | 101011 | 110001 |
Color Harmonies of #477CB3
Complementary color
Monochromatic Colors of #477CB3
Black with #477CB3
Text Example
Text Example
White with #477CB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #477CB3; }
p { color: rgb(71,124,179); }
H1.HeaderClassName
{
color: #477CB3;
}
.AnyTagClassName
{
color: #477CB3;
}
</style>
background-color css
<style>
a { background-color: #477CB3; }
a { background-color: rgb(71,124,179); }
div.DivClassName
{
background-color: #477CB3;
}
.BgClassName
{
background-color: #477CB3;
}
</style>
border-color css
<style>
span { border-color: #477CB3; }
span { border-color: rgb(71,124,179); }
td.TdClassName
{
border-color: #477CB3;
}
.TagClassName
{
border-color: #477CB3;
}
</style>