Shades of Wedgewood #456C84
Tints of Wedgewood #456C84
RGB
CMYK
RGB Variations
Color information
#456C84 (or 0x456C84) is known color: Wedgewood. HEX triplet: 45, 6C and 84. RGB value is (69,108,132). Sum of RGB (Red+Green+Blue) = 69+108+132=309 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.33% from 309); Green value is 108 (42.58% from 255 or 34.95% from 309); Blue value is 132 (51.95% from 255 or 42.72% from 309); Max value from RGB is 132 - color contains mainly: blue. Hex color #456C84 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #456C84 is #BA937B. Grayscale: #626262. Windows color (decimal): -12227452 or 8678469. OLE color: 8678469.
HSL color Cylindrical-coordinate representation of color #456C84: hue angle of 202.86º degrees, saturation: 0.31, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #456C84 is Cyan = 0.48, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 69 | 108 | 132 | - |
| CMYK | 0.48 | 0.18 | 0 | 0.48 |
| HSL | 202.86º | 0.31% | 0.39% | - |
| HSV(B) | 202.86º | 0.48% | 0.52% | - |
| XYZ | 11.98 | 13.66 | 23.83 | - |
| YUV | 99.08 | 146.58 | 106.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 108 | 132 | 0.48 | 0.18 | 0 | 0.48 | 202.86 | 0.31 | 0.39 |
| Hex | 45 | 6C | 84 | 30 | 12 | 0 | 30 | CB | 1F | 27 |
| Octal | 105 | 154 | 204 | 60 | 22 | 0 | 60 | 313 | 37 | 47 |
| Binary | 1000101 | 1101100 | 10000100 | 110000 | 10010 | 0 | 110000 | 11001011 | 11111 | 100111 |
Color Harmonies of #456C84
Complementary color
Monochromatic Colors of #456C84
Black with #456C84
Text Example
Text Example
White with #456C84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #456C84; }
p { color: rgb(69,108,132); }
H1.HeaderClassName
{
color: #456C84;
}
.AnyTagClassName
{
color: #456C84;
}
</style>
background-color css
<style>
a { background-color: #456C84; }
a { background-color: rgb(69,108,132); }
div.DivClassName
{
background-color: #456C84;
}
.BgClassName
{
background-color: #456C84;
}
</style>
border-color css
<style>
span { border-color: #456C84; }
span { border-color: rgb(69,108,132); }
td.TdClassName
{
border-color: #456C84;
}
.TagClassName
{
border-color: #456C84;
}
</style>