Shades of Wedgewood #44647F
Tints of Wedgewood #44647F
RGB
CMYK
RGB Variations
Color information
#44647F (or 0x44647F) is known color: Wedgewood. HEX triplet: 44, 64 and 7F. RGB value is (68,100,127). Sum of RGB (Red+Green+Blue) = 68+100+127=295 (39% of max value = 765). Red value is 68 (26.95% from 255 or 23.05% from 295); Green value is 100 (39.45% from 255 or 33.90% from 295); Blue value is 127 (50% from 255 or 43.05% from 295); Max value from RGB is 127 - color contains mainly: blue. Hex color #44647F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #44647F is #BB9B80. Grayscale: #5D5D5D. Windows color (decimal): -12295041 or 8348740. OLE color: 8348740.
HSL color Cylindrical-coordinate representation of color #44647F: hue angle of 207.46º degrees, saturation: 0.3, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #44647F is Cyan = 0.46, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 68 | 100 | 127 | - |
| CMYK | 0.46 | 0.21 | 0 | 0.50 |
| HSL | 207.46º | 0.3% | 0.38% | - |
| HSV(B) | 207.46º | 0.46% | 0.5% | - |
| XYZ | 10.77 | 11.88 | 21.8 | - |
| YUV | 93.51 | 146.9 | 109.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 100 | 127 | 0.46 | 0.21 | 0 | 0.50 | 207.46 | 0.3 | 0.38 |
| Hex | 44 | 64 | 7F | 2E | 15 | 0 | 32 | CF | 1E | 26 |
| Octal | 104 | 144 | 177 | 56 | 25 | 0 | 62 | 317 | 36 | 46 |
| Binary | 1000100 | 1100100 | 1111111 | 101110 | 10101 | 0 | 110010 | 11001111 | 11110 | 100110 |
Color Harmonies of #44647F
Complementary color
Monochromatic Colors of #44647F
Black with #44647F
Text Example
Text Example
White with #44647F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44647F; }
p { color: rgb(68,100,127); }
H1.HeaderClassName
{
color: #44647F;
}
.AnyTagClassName
{
color: #44647F;
}
</style>
background-color css
<style>
a { background-color: #44647F; }
a { background-color: rgb(68,100,127); }
div.DivClassName
{
background-color: #44647F;
}
.BgClassName
{
background-color: #44647F;
}
</style>
border-color css
<style>
span { border-color: #44647F; }
span { border-color: rgb(68,100,127); }
td.TdClassName
{
border-color: #44647F;
}
.TagClassName
{
border-color: #44647F;
}
</style>