Shades of Wedgewood #456F92
Tints of Wedgewood #456F92
RGB
CMYK
RGB Variations
Color information
#456F92 (or 0x456F92) is known color: Wedgewood. HEX triplet: 45, 6F and 92. RGB value is (69,111,146). Sum of RGB (Red+Green+Blue) = 69+111+146=326 (43% of max value = 765). Red value is 69 (27.34% from 255 or 21.17% from 326); Green value is 111 (43.75% from 255 or 34.05% from 326); Blue value is 146 (57.42% from 255 or 44.79% from 326); Max value from RGB is 146 - color contains mainly: blue. Hex color #456F92 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #456F92 is #BA906D. Grayscale: #666666. Windows color (decimal): -12226670 or 9596741. OLE color: 9596741.
HSL color Cylindrical-coordinate representation of color #456F92: hue angle of 207.27º degrees, saturation: 0.36, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #456F92 is Cyan = 0.53, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 69 | 111 | 146 | - |
| CMYK | 0.53 | 0.24 | 0 | 0.43 |
| HSL | 207.27º | 0.36% | 0.42% | - |
| HSV(B) | 207.27º | 0.53% | 0.57% | - |
| XYZ | 13.33 | 14.71 | 29.33 | - |
| YUV | 102.43 | 152.59 | 104.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 111 | 146 | 0.53 | 0.24 | 0 | 0.43 | 207.27 | 0.36 | 0.42 |
| Hex | 45 | 6F | 92 | 35 | 18 | 0 | 2B | CF | 24 | 2A |
| Octal | 105 | 157 | 222 | 65 | 30 | 0 | 53 | 317 | 44 | 52 |
| Binary | 1000101 | 1101111 | 10010010 | 110101 | 11000 | 0 | 101011 | 11001111 | 100100 | 101010 |
Color Harmonies of #456F92
Complementary color
Monochromatic Colors of #456F92
Black with #456F92
Text Example
Text Example
White with #456F92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #456F92; }
p { color: rgb(69,111,146); }
H1.HeaderClassName
{
color: #456F92;
}
.AnyTagClassName
{
color: #456F92;
}
</style>
background-color css
<style>
a { background-color: #456F92; }
a { background-color: rgb(69,111,146); }
div.DivClassName
{
background-color: #456F92;
}
.BgClassName
{
background-color: #456F92;
}
</style>
border-color css
<style>
span { border-color: #456F92; }
span { border-color: rgb(69,111,146); }
td.TdClassName
{
border-color: #456F92;
}
.TagClassName
{
border-color: #456F92;
}
</style>