Shades of Wedgewood #446D8B
Tints of Wedgewood #446D8B
RGB
CMYK
RGB Variations
Color information
#446D8B (or 0x446D8B) is known color: Wedgewood. HEX triplet: 44, 6D and 8B. RGB value is (68,109,139). Sum of RGB (Red+Green+Blue) = 68+109+139=316 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.52% from 316); Green value is 109 (42.97% from 255 or 34.49% from 316); Blue value is 139 (54.69% from 255 or 43.99% from 316); Max value from RGB is 139 - color contains mainly: blue. Hex color #446D8B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #446D8B is #BB9274. Grayscale: #646464. Windows color (decimal): -12292725 or 9137476. OLE color: 9137476.
HSL color Cylindrical-coordinate representation of color #446D8B: hue angle of 205.35º 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 #446D8B is Cyan = 0.51, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 68 | 109 | 139 | - |
| CMYK | 0.51 | 0.22 | 0 | 0.45 |
| HSL | 205.35º | 0.34% | 0.41% | - |
| HSV(B) | 205.35º | 0.51% | 0.55% | - |
| XYZ | 12.51 | 14.03 | 26.47 | - |
| YUV | 100.16 | 149.92 | 105.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 109 | 139 | 0.51 | 0.22 | 0 | 0.45 | 205.35 | 0.34 | 0.41 |
| Hex | 44 | 6D | 8B | 33 | 16 | 0 | 2D | CD | 22 | 29 |
| Octal | 104 | 155 | 213 | 63 | 26 | 0 | 55 | 315 | 42 | 51 |
| Binary | 1000100 | 1101101 | 10001011 | 110011 | 10110 | 0 | 101101 | 11001101 | 100010 | 101001 |
Color Harmonies of #446D8B
Complementary color
Monochromatic Colors of #446D8B
Black with #446D8B
Text Example
Text Example
White with #446D8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #446D8B; }
p { color: rgb(68,109,139); }
H1.HeaderClassName
{
color: #446D8B;
}
.AnyTagClassName
{
color: #446D8B;
}
</style>
background-color css
<style>
a { background-color: #446D8B; }
a { background-color: rgb(68,109,139); }
div.DivClassName
{
background-color: #446D8B;
}
.BgClassName
{
background-color: #446D8B;
}
</style>
border-color css
<style>
span { border-color: #446D8B; }
span { border-color: rgb(68,109,139); }
td.TdClassName
{
border-color: #446D8B;
}
.TagClassName
{
border-color: #446D8B;
}
</style>