Shades of Wedgewood #456D95
Tints of Wedgewood #456D95
RGB
CMYK
RGB Variations
Color information
#456D95 (or 0x456D95) is known color: Wedgewood. HEX triplet: 45, 6D and 95. RGB value is (69,109,149). Sum of RGB (Red+Green+Blue) = 69+109+149=327 (43% of max value = 765). Red value is 69 (27.34% from 255 or 21.10% from 327); Green value is 109 (42.97% from 255 or 33.33% from 327); Blue value is 149 (58.59% from 255 or 45.57% from 327); Max value from RGB is 149 - color contains mainly: blue. Hex color #456D95 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #456D95 is #BA926A. Grayscale: #656565. Windows color (decimal): -12227179 or 9792837. OLE color: 9792837.
HSL color Cylindrical-coordinate representation of color #456D95: hue angle of 210º degrees, saturation: 0.37, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #456D95 is Cyan = 0.54, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 69 | 109 | 149 | - |
| CMYK | 0.54 | 0.27 | 0 | 0.42 |
| HSL | 210º | 0.37% | 0.43% | - |
| HSV(B) | 210º | 0.54% | 0.58% | - |
| XYZ | 13.35 | 14.37 | 30.5 | - |
| YUV | 101.6 | 154.75 | 104.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 109 | 149 | 0.54 | 0.27 | 0 | 0.42 | 210 | 0.37 | 0.43 |
| Hex | 45 | 6D | 95 | 36 | 1B | 0 | 2A | D2 | 25 | 2B |
| Octal | 105 | 155 | 225 | 66 | 33 | 0 | 52 | 322 | 45 | 53 |
| Binary | 1000101 | 1101101 | 10010101 | 110110 | 11011 | 0 | 101010 | 11010010 | 100101 | 101011 |
Color Harmonies of #456D95
Complementary color
Monochromatic Colors of #456D95
Black with #456D95
Text Example
Text Example
White with #456D95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #456D95; }
p { color: rgb(69,109,149); }
H1.HeaderClassName
{
color: #456D95;
}
.AnyTagClassName
{
color: #456D95;
}
</style>
background-color css
<style>
a { background-color: #456D95; }
a { background-color: rgb(69,109,149); }
div.DivClassName
{
background-color: #456D95;
}
.BgClassName
{
background-color: #456D95;
}
</style>
border-color css
<style>
span { border-color: #456D95; }
span { border-color: rgb(69,109,149); }
td.TdClassName
{
border-color: #456D95;
}
.TagClassName
{
border-color: #456D95;
}
</style>