Shades of Wedgewood #446488
Tints of Wedgewood #446488
RGB
CMYK
RGB Variations
Color information
#446488 (or 0x446488) is known color: Wedgewood. HEX triplet: 44, 64 and 88. RGB value is (68,100,136). Sum of RGB (Red+Green+Blue) = 68+100+136=304 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.37% from 304); Green value is 100 (39.45% from 255 or 32.89% from 304); Blue value is 136 (53.52% from 255 or 44.74% from 304); Max value from RGB is 136 - color contains mainly: blue. Hex color #446488 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #446488 is #BB9B77. Grayscale: #5E5E5E. Windows color (decimal): -12295032 or 8938564. OLE color: 8938564.
HSL color Cylindrical-coordinate representation of color #446488: hue angle of 211.76º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #446488 is Cyan = 0.50, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 68 | 100 | 136 | - |
| CMYK | 0.50 | 0.26 | 0 | 0.47 |
| HSL | 211.76º | 0.33% | 0.4% | - |
| HSV(B) | 211.76º | 0.5% | 0.53% | - |
| XYZ | 11.39 | 12.12 | 25.03 | - |
| YUV | 94.54 | 151.4 | 109.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 100 | 136 | 0.50 | 0.26 | 0 | 0.47 | 211.76 | 0.33 | 0.4 |
| Hex | 44 | 64 | 88 | 32 | 1A | 0 | 2F | D4 | 21 | 28 |
| Octal | 104 | 144 | 210 | 62 | 32 | 0 | 57 | 324 | 41 | 50 |
| Binary | 1000100 | 1100100 | 10001000 | 110010 | 11010 | 0 | 101111 | 11010100 | 100001 | 101000 |
Color Harmonies of #446488
Complementary color
Monochromatic Colors of #446488
Black with #446488
Text Example
Text Example
White with #446488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #446488; }
p { color: rgb(68,100,136); }
H1.HeaderClassName
{
color: #446488;
}
.AnyTagClassName
{
color: #446488;
}
</style>
background-color css
<style>
a { background-color: #446488; }
a { background-color: rgb(68,100,136); }
div.DivClassName
{
background-color: #446488;
}
.BgClassName
{
background-color: #446488;
}
</style>
border-color css
<style>
span { border-color: #446488; }
span { border-color: rgb(68,100,136); }
td.TdClassName
{
border-color: #446488;
}
.TagClassName
{
border-color: #446488;
}
</style>