Shades of Wedgewood #446C8A
Tints of Wedgewood #446C8A
RGB
CMYK
RGB Variations
Color information
#446C8A (or 0x446C8A) is known color: Wedgewood. HEX triplet: 44, 6C and 8A. RGB value is (68,108,138). Sum of RGB (Red+Green+Blue) = 68+108+138=314 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.66% from 314); Green value is 108 (42.58% from 255 or 34.39% from 314); Blue value is 138 (54.30% from 255 or 43.95% from 314); Max value from RGB is 138 - color contains mainly: blue. Hex color #446C8A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #446C8A is #BB9375. Grayscale: #636363. Windows color (decimal): -12292982 or 9071684. OLE color: 9071684.
HSL color Cylindrical-coordinate representation of color #446C8A: hue angle of 205.71º degrees, saturation: 0.34, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #446C8A is Cyan = 0.51, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 68 | 108 | 138 | - |
| CMYK | 0.51 | 0.22 | 0 | 0.46 |
| HSL | 205.71º | 0.34% | 0.4% | - |
| HSV(B) | 205.71º | 0.51% | 0.54% | - |
| XYZ | 12.33 | 13.79 | 26.06 | - |
| YUV | 99.46 | 149.75 | 105.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 108 | 138 | 0.51 | 0.22 | 0 | 0.46 | 205.71 | 0.34 | 0.4 |
| Hex | 44 | 6C | 8A | 33 | 16 | 0 | 2E | CE | 22 | 28 |
| Octal | 104 | 154 | 212 | 63 | 26 | 0 | 56 | 316 | 42 | 50 |
| Binary | 1000100 | 1101100 | 10001010 | 110011 | 10110 | 0 | 101110 | 11001110 | 100010 | 101000 |
Color Harmonies of #446C8A
Complementary color
Monochromatic Colors of #446C8A
Black with #446C8A
Text Example
Text Example
White with #446C8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #446C8A; }
p { color: rgb(68,108,138); }
H1.HeaderClassName
{
color: #446C8A;
}
.AnyTagClassName
{
color: #446C8A;
}
</style>
background-color css
<style>
a { background-color: #446C8A; }
a { background-color: rgb(68,108,138); }
div.DivClassName
{
background-color: #446C8A;
}
.BgClassName
{
background-color: #446C8A;
}
</style>
border-color css
<style>
span { border-color: #446C8A; }
span { border-color: rgb(68,108,138); }
td.TdClassName
{
border-color: #446C8A;
}
.TagClassName
{
border-color: #446C8A;
}
</style>