Shades of Steel Blue #447CB3
Tints of Steel Blue #447CB3
RGB
CMYK
RGB Variations
Color information
#447CB3 (or 0x447CB3) is known color: Steel Blue. HEX triplet: 44, 7C and B3. RGB value is (68,124,179). Sum of RGB (Red+Green+Blue) = 68+124+179=371 (49% of max value = 765). Red value is 68 (26.95% from 255 or 18.33% from 371); Green value is 124 (48.83% from 255 or 33.42% from 371); Blue value is 179 (70.31% from 255 or 48.25% from 371); Max value from RGB is 179 - color contains mainly: blue. Hex color #447CB3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #447CB3 is #BB834C. Grayscale: #717171. Windows color (decimal): -12288845 or 11762756. OLE color: 11762756.
HSL color Cylindrical-coordinate representation of color #447CB3: hue angle of 209.73º degrees, saturation: 0.45, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #447CB3 is Cyan = 0.62, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 68 | 124 | 179 | - |
| CMYK | 0.62 | 0.31 | 0 | 0.30 |
| HSL | 209.73º | 0.45% | 0.48% | - |
| HSV(B) | 209.73º | 0.62% | 0.7% | - |
| XYZ | 17.73 | 18.9 | 45.36 | - |
| YUV | 113.53 | 164.95 | 95.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 124 | 179 | 0.62 | 0.31 | 0 | 0.30 | 209.73 | 0.45 | 0.48 |
| Hex | 44 | 7C | B3 | 3E | 1F | 0 | 1E | D2 | 2D | 30 |
| Octal | 104 | 174 | 263 | 76 | 37 | 0 | 36 | 322 | 55 | 60 |
| Binary | 1000100 | 1111100 | 10110011 | 111110 | 11111 | 0 | 11110 | 11010010 | 101101 | 110000 |
Color Harmonies of #447CB3
Complementary color
Monochromatic Colors of #447CB3
Black with #447CB3
Text Example
Text Example
White with #447CB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #447CB3; }
p { color: rgb(68,124,179); }
H1.HeaderClassName
{
color: #447CB3;
}
.AnyTagClassName
{
color: #447CB3;
}
</style>
background-color css
<style>
a { background-color: #447CB3; }
a { background-color: rgb(68,124,179); }
div.DivClassName
{
background-color: #447CB3;
}
.BgClassName
{
background-color: #447CB3;
}
</style>
border-color css
<style>
span { border-color: #447CB3; }
span { border-color: rgb(68,124,179); }
td.TdClassName
{
border-color: #447CB3;
}
.TagClassName
{
border-color: #447CB3;
}
</style>