Shades of Wedgewood #446082
Tints of Wedgewood #446082
RGB
CMYK
RGB Variations
Color information
#446082 (or 0x446082) is known color: Wedgewood. HEX triplet: 44, 60 and 82. RGB value is (68,96,130). Sum of RGB (Red+Green+Blue) = 68+96+130=294 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.13% from 294); Green value is 96 (37.89% from 255 or 32.65% from 294); Blue value is 130 (51.17% from 255 or 44.22% from 294); Max value from RGB is 130 - color contains mainly: blue. Hex color #446082 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #446082 is #BB9F7D. Grayscale: #5B5B5B. Windows color (decimal): -12296062 or 8544324. OLE color: 8544324.
HSL color Cylindrical-coordinate representation of color #446082: hue angle of 212.9º degrees, saturation: 0.31, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #446082 is Cyan = 0.48, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 68 | 96 | 130 | - |
| CMYK | 0.48 | 0.26 | 0 | 0.49 |
| HSL | 212.9º | 0.31% | 0.39% | - |
| HSV(B) | 212.9º | 0.48% | 0.51% | - |
| XYZ | 10.6 | 11.21 | 22.72 | - |
| YUV | 91.5 | 149.72 | 111.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 96 | 130 | 0.48 | 0.26 | 0 | 0.49 | 212.9 | 0.31 | 0.39 |
| Hex | 44 | 60 | 82 | 30 | 1A | 0 | 31 | D5 | 1F | 27 |
| Octal | 104 | 140 | 202 | 60 | 32 | 0 | 61 | 325 | 37 | 47 |
| Binary | 1000100 | 1100000 | 10000010 | 110000 | 11010 | 0 | 110001 | 11010101 | 11111 | 100111 |
Color Harmonies of #446082
Complementary color
Monochromatic Colors of #446082
Black with #446082
Text Example
Text Example
White with #446082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #446082; }
p { color: rgb(68,96,130); }
H1.HeaderClassName
{
color: #446082;
}
.AnyTagClassName
{
color: #446082;
}
</style>
background-color css
<style>
a { background-color: #446082; }
a { background-color: rgb(68,96,130); }
div.DivClassName
{
background-color: #446082;
}
.BgClassName
{
background-color: #446082;
}
</style>
border-color css
<style>
span { border-color: #446082; }
span { border-color: rgb(68,96,130); }
td.TdClassName
{
border-color: #446082;
}
.TagClassName
{
border-color: #446082;
}
</style>