Shades of Wedgewood #466181
Tints of Wedgewood #466181
RGB
CMYK
RGB Variations
Color information
#466181 (or 0x466181) is known color: Wedgewood. HEX triplet: 46, 61 and 81. RGB value is (70,97,129). Sum of RGB (Red+Green+Blue) = 70+97+129=296 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.65% from 296); Green value is 97 (38.28% from 255 or 32.77% from 296); Blue value is 129 (50.78% from 255 or 43.58% from 296); Max value from RGB is 129 - color contains mainly: blue. Hex color #466181 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #466181 is #B99E7E. Grayscale: #5C5C5C. Windows color (decimal): -12164735 or 8479046. OLE color: 8479046.
HSL color Cylindrical-coordinate representation of color #466181: hue angle of 212.54º degrees, saturation: 0.3, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #466181 is Cyan = 0.46, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 70 | 97 | 129 | - |
| CMYK | 0.46 | 0.25 | 0 | 0.49 |
| HSL | 212.54º | 0.3% | 0.39% | - |
| HSV(B) | 212.54º | 0.46% | 0.51% | - |
| XYZ | 10.76 | 11.44 | 22.41 | - |
| YUV | 92.58 | 148.55 | 111.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 97 | 129 | 0.46 | 0.25 | 0 | 0.49 | 212.54 | 0.3 | 0.39 |
| Hex | 46 | 61 | 81 | 2E | 19 | 0 | 31 | D5 | 1E | 27 |
| Octal | 106 | 141 | 201 | 56 | 31 | 0 | 61 | 325 | 36 | 47 |
| Binary | 1000110 | 1100001 | 10000001 | 101110 | 11001 | 0 | 110001 | 11010101 | 11110 | 100111 |
Color Harmonies of #466181
Complementary color
Monochromatic Colors of #466181
Black with #466181
Text Example
Text Example
White with #466181
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #466181; }
p { color: rgb(70,97,129); }
H1.HeaderClassName
{
color: #466181;
}
.AnyTagClassName
{
color: #466181;
}
</style>
background-color css
<style>
a { background-color: #466181; }
a { background-color: rgb(70,97,129); }
div.DivClassName
{
background-color: #466181;
}
.BgClassName
{
background-color: #466181;
}
</style>
border-color css
<style>
span { border-color: #466181; }
span { border-color: rgb(70,97,129); }
td.TdClassName
{
border-color: #466181;
}
.TagClassName
{
border-color: #466181;
}
</style>