Shades of Steel Blue #4479BD
Tints of Steel Blue #4479BD
RGB
CMYK
RGB Variations
Color information
#4479BD (or 0x4479BD) is known color: Steel Blue. HEX triplet: 44, 79 and BD. RGB value is (68,121,189). Sum of RGB (Red+Green+Blue) = 68+121+189=378 (50% of max value = 765). Red value is 68 (26.95% from 255 or 17.99% from 378); Green value is 121 (47.66% from 255 or 32.01% from 378); Blue value is 189 (74.22% from 255 or 50% from 378); Max value from RGB is 189 - color contains mainly: blue. Hex color #4479BD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4479BD is #BB8642. Grayscale: #707070. Windows color (decimal): -12289603 or 12417348. OLE color: 12417348.
HSL color Cylindrical-coordinate representation of color #4479BD: hue angle of 213.72º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4479BD is Cyan = 0.64, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 68 | 121 | 189 | - |
| CMYK | 0.64 | 0.36 | 0 | 0.26 |
| HSL | 213.72º | 0.48% | 0.5% | - |
| HSV(B) | 213.72º | 0.64% | 0.74% | - |
| XYZ | 18.41 | 18.58 | 50.76 | - |
| YUV | 112.91 | 170.94 | 95.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 121 | 189 | 0.64 | 0.36 | 0 | 0.26 | 213.72 | 0.48 | 0.5 |
| Hex | 44 | 79 | BD | 40 | 24 | 0 | 1A | D6 | 30 | 32 |
| Octal | 104 | 171 | 275 | 100 | 44 | 0 | 32 | 326 | 60 | 62 |
| Binary | 1000100 | 1111001 | 10111101 | 1000000 | 100100 | 0 | 11010 | 11010110 | 110000 | 110010 |
Color Harmonies of #4479BD
Complementary color
Monochromatic Colors of #4479BD
Black with #4479BD
Text Example
Text Example
White with #4479BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4479BD; }
p { color: rgb(68,121,189); }
H1.HeaderClassName
{
color: #4479BD;
}
.AnyTagClassName
{
color: #4479BD;
}
</style>
background-color css
<style>
a { background-color: #4479BD; }
a { background-color: rgb(68,121,189); }
div.DivClassName
{
background-color: #4479BD;
}
.BgClassName
{
background-color: #4479BD;
}
</style>
border-color css
<style>
span { border-color: #4479BD; }
span { border-color: rgb(68,121,189); }
td.TdClassName
{
border-color: #4479BD;
}
.TagClassName
{
border-color: #4479BD;
}
</style>