Shades of Wedgewood #44678B
Tints of Wedgewood #44678B
RGB
CMYK
RGB Variations
Color information
#44678B (or 0x44678B) is known color: Wedgewood. HEX triplet: 44, 67 and 8B. RGB value is (68,103,139). Sum of RGB (Red+Green+Blue) = 68+103+139=310 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.94% from 310); Green value is 103 (40.62% from 255 or 33.23% from 310); Blue value is 139 (54.69% from 255 or 44.84% from 310); Max value from RGB is 139 - color contains mainly: blue. Hex color #44678B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #44678B is #BB9874. Grayscale: #606060. Windows color (decimal): -12294261 or 9135940. OLE color: 9135940.
HSL color Cylindrical-coordinate representation of color #44678B: hue angle of 210.42º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #44678B is Cyan = 0.51, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 68 | 103 | 139 | - |
| CMYK | 0.51 | 0.26 | 0 | 0.45 |
| HSL | 210.42º | 0.34% | 0.41% | - |
| HSV(B) | 210.42º | 0.51% | 0.55% | - |
| XYZ | 11.89 | 12.79 | 26.27 | - |
| YUV | 96.64 | 151.9 | 107.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 103 | 139 | 0.51 | 0.26 | 0 | 0.45 | 210.42 | 0.34 | 0.41 |
| Hex | 44 | 67 | 8B | 33 | 1A | 0 | 2D | D2 | 22 | 29 |
| Octal | 104 | 147 | 213 | 63 | 32 | 0 | 55 | 322 | 42 | 51 |
| Binary | 1000100 | 1100111 | 10001011 | 110011 | 11010 | 0 | 101101 | 11010010 | 100010 | 101001 |
Color Harmonies of #44678B
Complementary color
Monochromatic Colors of #44678B
Black with #44678B
Text Example
Text Example
White with #44678B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44678B; }
p { color: rgb(68,103,139); }
H1.HeaderClassName
{
color: #44678B;
}
.AnyTagClassName
{
color: #44678B;
}
</style>
background-color css
<style>
a { background-color: #44678B; }
a { background-color: rgb(68,103,139); }
div.DivClassName
{
background-color: #44678B;
}
.BgClassName
{
background-color: #44678B;
}
</style>
border-color css
<style>
span { border-color: #44678B; }
span { border-color: rgb(68,103,139); }
td.TdClassName
{
border-color: #44678B;
}
.TagClassName
{
border-color: #44678B;
}
</style>