Shades of Wedgewood #456B93
Tints of Wedgewood #456B93
RGB
CMYK
RGB Variations
Color information
#456B93 (or 0x456B93) is known color: Wedgewood. HEX triplet: 45, 6B and 93. RGB value is (69,107,147). Sum of RGB (Red+Green+Blue) = 69+107+147=323 (42% of max value = 765). Red value is 69 (27.34% from 255 or 21.36% from 323); Green value is 107 (42.19% from 255 or 33.13% from 323); Blue value is 147 (57.81% from 255 or 45.51% from 323); Max value from RGB is 147 - color contains mainly: blue. Hex color #456B93 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #456B93 is #BA946C. Grayscale: #646464. Windows color (decimal): -12227693 or 9661253. OLE color: 9661253.
HSL color Cylindrical-coordinate representation of color #456B93: hue angle of 210.77º degrees, saturation: 0.36, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #456B93 is Cyan = 0.53, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 69 | 107 | 147 | - |
| CMYK | 0.53 | 0.27 | 0 | 0.42 |
| HSL | 210.77º | 0.36% | 0.42% | - |
| HSV(B) | 210.77º | 0.53% | 0.58% | - |
| XYZ | 12.98 | 13.89 | 29.6 | - |
| YUV | 100.2 | 154.41 | 105.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 107 | 147 | 0.53 | 0.27 | 0 | 0.42 | 210.77 | 0.36 | 0.42 |
| Hex | 45 | 6B | 93 | 35 | 1B | 0 | 2A | D3 | 24 | 2A |
| Octal | 105 | 153 | 223 | 65 | 33 | 0 | 52 | 323 | 44 | 52 |
| Binary | 1000101 | 1101011 | 10010011 | 110101 | 11011 | 0 | 101010 | 11010011 | 100100 | 101010 |
Color Harmonies of #456B93
Complementary color
Monochromatic Colors of #456B93
Black with #456B93
Text Example
Text Example
White with #456B93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #456B93; }
p { color: rgb(69,107,147); }
H1.HeaderClassName
{
color: #456B93;
}
.AnyTagClassName
{
color: #456B93;
}
</style>
background-color css
<style>
a { background-color: #456B93; }
a { background-color: rgb(69,107,147); }
div.DivClassName
{
background-color: #456B93;
}
.BgClassName
{
background-color: #456B93;
}
</style>
border-color css
<style>
span { border-color: #456B93; }
span { border-color: rgb(69,107,147); }
td.TdClassName
{
border-color: #456B93;
}
.TagClassName
{
border-color: #456B93;
}
</style>