Shades of Wedgewood #446C87
Tints of Wedgewood #446C87
RGB
CMYK
RGB Variations
Color information
#446C87 (or 0x446C87) is known color: Wedgewood. HEX triplet: 44, 6C and 87. RGB value is (68,108,135). Sum of RGB (Red+Green+Blue) = 68+108+135=311 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.86% from 311); Green value is 108 (42.58% from 255 or 34.73% from 311); Blue value is 135 (53.12% from 255 or 43.41% from 311); Max value from RGB is 135 - color contains mainly: blue. Hex color #446C87 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #446C87 is #BB9378. Grayscale: #626262. Windows color (decimal): -12292985 or 8875076. OLE color: 8875076.
HSL color Cylindrical-coordinate representation of color #446C87: hue angle of 204.18º 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 #446C87 is Cyan = 0.50, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 68 | 108 | 135 | - |
| CMYK | 0.50 | 0.2 | 0 | 0.47 |
| HSL | 204.18º | 0.33% | 0.4% | - |
| HSV(B) | 204.18º | 0.5% | 0.53% | - |
| XYZ | 12.12 | 13.7 | 24.93 | - |
| YUV | 99.12 | 148.25 | 105.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 108 | 135 | 0.50 | 0.2 | 0 | 0.47 | 204.18 | 0.33 | 0.4 |
| Hex | 44 | 6C | 87 | 32 | 14 | 0 | 2F | CC | 21 | 28 |
| Octal | 104 | 154 | 207 | 62 | 24 | 0 | 57 | 314 | 41 | 50 |
| Binary | 1000100 | 1101100 | 10000111 | 110010 | 10100 | 0 | 101111 | 11001100 | 100001 | 101000 |
Color Harmonies of #446C87
Complementary color
Monochromatic Colors of #446C87
Black with #446C87
Text Example
Text Example
White with #446C87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #446C87; }
p { color: rgb(68,108,135); }
H1.HeaderClassName
{
color: #446C87;
}
.AnyTagClassName
{
color: #446C87;
}
</style>
background-color css
<style>
a { background-color: #446C87; }
a { background-color: rgb(68,108,135); }
div.DivClassName
{
background-color: #446C87;
}
.BgClassName
{
background-color: #446C87;
}
</style>
border-color css
<style>
span { border-color: #446C87; }
span { border-color: rgb(68,108,135); }
td.TdClassName
{
border-color: #446C87;
}
.TagClassName
{
border-color: #446C87;
}
</style>