Shades of Wedgewood #456D91
Tints of Wedgewood #456D91
RGB
CMYK
RGB Variations
Color information
#456D91 (or 0x456D91) is known color: Wedgewood. HEX triplet: 45, 6D and 91. RGB value is (69,109,145). Sum of RGB (Red+Green+Blue) = 69+109+145=323 (42% of max value = 765). Red value is 69 (27.34% from 255 or 21.36% from 323); Green value is 109 (42.97% from 255 or 33.75% from 323); Blue value is 145 (57.03% from 255 or 44.89% from 323); Max value from RGB is 145 - color contains mainly: blue. Hex color #456D91 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #456D91 is #BA926E. Grayscale: #646464. Windows color (decimal): -12227183 or 9530693. OLE color: 9530693.
HSL color Cylindrical-coordinate representation of color #456D91: hue angle of 208.42º 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 #456D91 is Cyan = 0.52, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 69 | 109 | 145 | - |
| CMYK | 0.52 | 0.25 | 0 | 0.43 |
| HSL | 208.42º | 0.36% | 0.42% | - |
| HSV(B) | 208.42º | 0.52% | 0.57% | - |
| XYZ | 13.03 | 14.25 | 28.85 | - |
| YUV | 101.14 | 152.75 | 105.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 109 | 145 | 0.52 | 0.25 | 0 | 0.43 | 208.42 | 0.36 | 0.42 |
| Hex | 45 | 6D | 91 | 34 | 19 | 0 | 2B | D0 | 24 | 2A |
| Octal | 105 | 155 | 221 | 64 | 31 | 0 | 53 | 320 | 44 | 52 |
| Binary | 1000101 | 1101101 | 10010001 | 110100 | 11001 | 0 | 101011 | 11010000 | 100100 | 101010 |
Color Harmonies of #456D91
Complementary color
Monochromatic Colors of #456D91
Black with #456D91
Text Example
Text Example
White with #456D91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #456D91; }
p { color: rgb(69,109,145); }
H1.HeaderClassName
{
color: #456D91;
}
.AnyTagClassName
{
color: #456D91;
}
</style>
background-color css
<style>
a { background-color: #456D91; }
a { background-color: rgb(69,109,145); }
div.DivClassName
{
background-color: #456D91;
}
.BgClassName
{
background-color: #456D91;
}
</style>
border-color css
<style>
span { border-color: #456D91; }
span { border-color: rgb(69,109,145); }
td.TdClassName
{
border-color: #456D91;
}
.TagClassName
{
border-color: #456D91;
}
</style>