Shades of Wedgewood #446C8B
Tints of Wedgewood #446C8B
RGB
CMYK
RGB Variations
Color information
#446C8B (or 0x446C8B) is known color: Wedgewood. HEX triplet: 44, 6C and 8B. RGB value is (68,108,139). Sum of RGB (Red+Green+Blue) = 68+108+139=315 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.59% from 315); Green value is 108 (42.58% from 255 or 34.29% from 315); Blue value is 139 (54.69% from 255 or 44.13% from 315); Max value from RGB is 139 - color contains mainly: blue. Hex color #446C8B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #446C8B is #BB9374. Grayscale: #636363. Windows color (decimal): -12292981 or 9137220. OLE color: 9137220.
HSL color Cylindrical-coordinate representation of color #446C8B: hue angle of 206.2º 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 #446C8B is Cyan = 0.51, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 68 | 108 | 139 | - |
| CMYK | 0.51 | 0.22 | 0 | 0.45 |
| HSL | 206.2º | 0.34% | 0.41% | - |
| HSV(B) | 206.2º | 0.51% | 0.55% | - |
| XYZ | 12.41 | 13.82 | 26.44 | - |
| YUV | 99.57 | 150.25 | 105.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 108 | 139 | 0.51 | 0.22 | 0 | 0.45 | 206.2 | 0.34 | 0.41 |
| Hex | 44 | 6C | 8B | 33 | 16 | 0 | 2D | CE | 22 | 29 |
| Octal | 104 | 154 | 213 | 63 | 26 | 0 | 55 | 316 | 42 | 51 |
| Binary | 1000100 | 1101100 | 10001011 | 110011 | 10110 | 0 | 101101 | 11001110 | 100010 | 101001 |
Color Harmonies of #446C8B
Complementary color
Monochromatic Colors of #446C8B
Black with #446C8B
Text Example
Text Example
White with #446C8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #446C8B; }
p { color: rgb(68,108,139); }
H1.HeaderClassName
{
color: #446C8B;
}
.AnyTagClassName
{
color: #446C8B;
}
</style>
background-color css
<style>
a { background-color: #446C8B; }
a { background-color: rgb(68,108,139); }
div.DivClassName
{
background-color: #446C8B;
}
.BgClassName
{
background-color: #446C8B;
}
</style>
border-color css
<style>
span { border-color: #446C8B; }
span { border-color: rgb(68,108,139); }
td.TdClassName
{
border-color: #446C8B;
}
.TagClassName
{
border-color: #446C8B;
}
</style>