Shades of Wedgewood #446385
Tints of Wedgewood #446385
RGB
CMYK
RGB Variations
Color information
#446385 (or 0x446385) is known color: Wedgewood. HEX triplet: 44, 63 and 85. RGB value is (68,99,133). Sum of RGB (Red+Green+Blue) = 68+99+133=300 (39% of max value = 765). Red value is 68 (26.95% from 255 or 22.67% from 300); Green value is 99 (39.06% from 255 or 33% from 300); Blue value is 133 (52.34% from 255 or 44.33% from 300); Max value from RGB is 133 - color contains mainly: blue. Hex color #446385 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #446385 is #BB9C7A. Grayscale: #5D5D5D. Windows color (decimal): -12295291 or 8741700. OLE color: 8741700.
HSL color Cylindrical-coordinate representation of color #446385: hue angle of 211.38º degrees, saturation: 0.32, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #446385 is Cyan = 0.49, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 68 | 99 | 133 | - |
| CMYK | 0.49 | 0.26 | 0 | 0.48 |
| HSL | 211.38º | 0.32% | 0.39% | - |
| HSV(B) | 211.38º | 0.49% | 0.52% | - |
| XYZ | 11.08 | 11.85 | 23.89 | - |
| YUV | 93.61 | 150.23 | 109.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 99 | 133 | 0.49 | 0.26 | 0 | 0.48 | 211.38 | 0.32 | 0.39 |
| Hex | 44 | 63 | 85 | 31 | 1A | 0 | 30 | D3 | 20 | 27 |
| Octal | 104 | 143 | 205 | 61 | 32 | 0 | 60 | 323 | 40 | 47 |
| Binary | 1000100 | 1100011 | 10000101 | 110001 | 11010 | 0 | 110000 | 11010011 | 100000 | 100111 |
Color Harmonies of #446385
Complementary color
Monochromatic Colors of #446385
Black with #446385
Text Example
Text Example
White with #446385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #446385; }
p { color: rgb(68,99,133); }
H1.HeaderClassName
{
color: #446385;
}
.AnyTagClassName
{
color: #446385;
}
</style>
background-color css
<style>
a { background-color: #446385; }
a { background-color: rgb(68,99,133); }
div.DivClassName
{
background-color: #446385;
}
.BgClassName
{
background-color: #446385;
}
</style>
border-color css
<style>
span { border-color: #446385; }
span { border-color: rgb(68,99,133); }
td.TdClassName
{
border-color: #446385;
}
.TagClassName
{
border-color: #446385;
}
</style>