Shades of Wedgewood #456591
Tints of Wedgewood #456591
RGB
CMYK
RGB Variations
Color information
#456591 (or 0x456591) is known color: Wedgewood. HEX triplet: 45, 65 and 91. RGB value is (69,101,145). Sum of RGB (Red+Green+Blue) = 69+101+145=315 (41% of max value = 765). Red value is 69 (27.34% from 255 or 21.90% from 315); Green value is 101 (39.84% from 255 or 32.06% from 315); Blue value is 145 (57.03% from 255 or 46.03% from 315); Max value from RGB is 145 - color contains mainly: blue. Hex color #456591 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #456591 is #BA9A6E. Grayscale: #606060. Windows color (decimal): -12229231 or 9528645. OLE color: 9528645.
HSL color Cylindrical-coordinate representation of color #456591: hue angle of 214.74º degrees, saturation: 0.36, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #456591 is Cyan = 0.52, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 69 | 101 | 145 | - |
| CMYK | 0.52 | 0.30 | 0 | 0.43 |
| HSL | 214.74º | 0.36% | 0.42% | - |
| HSV(B) | 214.74º | 0.52% | 0.57% | - |
| XYZ | 12.22 | 12.62 | 28.58 | - |
| YUV | 96.45 | 155.4 | 108.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 101 | 145 | 0.52 | 0.30 | 0 | 0.43 | 214.74 | 0.36 | 0.42 |
| Hex | 45 | 65 | 91 | 34 | 1E | 0 | 2B | D7 | 24 | 2A |
| Octal | 105 | 145 | 221 | 64 | 36 | 0 | 53 | 327 | 44 | 52 |
| Binary | 1000101 | 1100101 | 10010001 | 110100 | 11110 | 0 | 101011 | 11010111 | 100100 | 101010 |
Color Harmonies of #456591
Complementary color
Monochromatic Colors of #456591
Black with #456591
Text Example
Text Example
White with #456591
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #456591; }
p { color: rgb(69,101,145); }
H1.HeaderClassName
{
color: #456591;
}
.AnyTagClassName
{
color: #456591;
}
</style>
background-color css
<style>
a { background-color: #456591; }
a { background-color: rgb(69,101,145); }
div.DivClassName
{
background-color: #456591;
}
.BgClassName
{
background-color: #456591;
}
</style>
border-color css
<style>
span { border-color: #456591; }
span { border-color: rgb(69,101,145); }
td.TdClassName
{
border-color: #456591;
}
.TagClassName
{
border-color: #456591;
}
</style>