Shades of Wedgewood #446A86
Tints of Wedgewood #446A86
RGB
CMYK
RGB Variations
Color information
#446A86 (or 0x446A86) is known color: Wedgewood. HEX triplet: 44, 6A and 86. RGB value is (68,106,134). Sum of RGB (Red+Green+Blue) = 68+106+134=308 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.08% from 308); Green value is 106 (41.80% from 255 or 34.42% from 308); Blue value is 134 (52.73% from 255 or 43.51% from 308); Max value from RGB is 134 - color contains mainly: blue. Hex color #446A86 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #446A86 is #BB9579. Grayscale: #616161. Windows color (decimal): -12293498 or 8809028. OLE color: 8809028.
HSL color Cylindrical-coordinate representation of color #446A86: hue angle of 205.45º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #446A86 is Cyan = 0.49, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 68 | 106 | 134 | - |
| CMYK | 0.49 | 0.21 | 0 | 0.47 |
| HSL | 205.45º | 0.33% | 0.4% | - |
| HSV(B) | 205.45º | 0.49% | 0.53% | - |
| XYZ | 11.84 | 13.26 | 24.49 | - |
| YUV | 97.83 | 148.41 | 106.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 106 | 134 | 0.49 | 0.21 | 0 | 0.47 | 205.45 | 0.33 | 0.4 |
| Hex | 44 | 6A | 86 | 31 | 15 | 0 | 2F | CD | 21 | 28 |
| Octal | 104 | 152 | 206 | 61 | 25 | 0 | 57 | 315 | 41 | 50 |
| Binary | 1000100 | 1101010 | 10000110 | 110001 | 10101 | 0 | 101111 | 11001101 | 100001 | 101000 |
Color Harmonies of #446A86
Complementary color
Monochromatic Colors of #446A86
Black with #446A86
Text Example
Text Example
White with #446A86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #446A86; }
p { color: rgb(68,106,134); }
H1.HeaderClassName
{
color: #446A86;
}
.AnyTagClassName
{
color: #446A86;
}
</style>
background-color css
<style>
a { background-color: #446A86; }
a { background-color: rgb(68,106,134); }
div.DivClassName
{
background-color: #446A86;
}
.BgClassName
{
background-color: #446A86;
}
</style>
border-color css
<style>
span { border-color: #446A86; }
span { border-color: rgb(68,106,134); }
td.TdClassName
{
border-color: #446A86;
}
.TagClassName
{
border-color: #446A86;
}
</style>