Shades of Wedgewood #456181
Tints of Wedgewood #456181
RGB
CMYK
RGB Variations
Color information
#456181 (or 0x456181) is known color: Wedgewood. HEX triplet: 45, 61 and 81. RGB value is (69,97,129). Sum of RGB (Red+Green+Blue) = 69+97+129=295 (39% of max value = 765). Red value is 69 (27.34% from 255 or 23.39% from 295); Green value is 97 (38.28% from 255 or 32.88% from 295); Blue value is 129 (50.78% from 255 or 43.73% from 295); Max value from RGB is 129 - color contains mainly: blue. Hex color #456181 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #456181 is #BA9E7E. Grayscale: #5C5C5C. Windows color (decimal): -12230271 or 8479045. OLE color: 8479045.
HSL color Cylindrical-coordinate representation of color #456181: hue angle of 212º degrees, saturation: 0.3, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #456181 is Cyan = 0.47, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 69 | 97 | 129 | - |
| CMYK | 0.47 | 0.25 | 0 | 0.49 |
| HSL | 212º | 0.3% | 0.39% | - |
| HSV(B) | 212º | 0.47% | 0.51% | - |
| XYZ | 10.69 | 11.4 | 22.41 | - |
| YUV | 92.28 | 148.72 | 111.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 97 | 129 | 0.47 | 0.25 | 0 | 0.49 | 212 | 0.3 | 0.39 |
| Hex | 45 | 61 | 81 | 2F | 19 | 0 | 31 | D4 | 1E | 27 |
| Octal | 105 | 141 | 201 | 57 | 31 | 0 | 61 | 324 | 36 | 47 |
| Binary | 1000101 | 1100001 | 10000001 | 101111 | 11001 | 0 | 110001 | 11010100 | 11110 | 100111 |
Color Harmonies of #456181
Complementary color
Monochromatic Colors of #456181
Black with #456181
Text Example
Text Example
White with #456181
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #456181; }
p { color: rgb(69,97,129); }
H1.HeaderClassName
{
color: #456181;
}
.AnyTagClassName
{
color: #456181;
}
</style>
background-color css
<style>
a { background-color: #456181; }
a { background-color: rgb(69,97,129); }
div.DivClassName
{
background-color: #456181;
}
.BgClassName
{
background-color: #456181;
}
</style>
border-color css
<style>
span { border-color: #456181; }
span { border-color: rgb(69,97,129); }
td.TdClassName
{
border-color: #456181;
}
.TagClassName
{
border-color: #456181;
}
</style>