Shades of Wedgewood #456B8D
Tints of Wedgewood #456B8D
RGB
CMYK
RGB Variations
Color information
#456B8D (or 0x456B8D) is known color: Wedgewood. HEX triplet: 45, 6B and 8D. RGB value is (69,107,141). Sum of RGB (Red+Green+Blue) = 69+107+141=317 (41% of max value = 765). Red value is 69 (27.34% from 255 or 21.77% from 317); Green value is 107 (42.19% from 255 or 33.75% from 317); Blue value is 141 (55.47% from 255 or 44.48% from 317); Max value from RGB is 141 - color contains mainly: blue. Hex color #456B8D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #456B8D is #BA9472. Grayscale: #636363. Windows color (decimal): -12227699 or 9268037. OLE color: 9268037.
HSL color Cylindrical-coordinate representation of color #456B8D: hue angle of 208.33º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #456B8D is Cyan = 0.51, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 69 | 107 | 141 | - |
| CMYK | 0.51 | 0.24 | 0 | 0.45 |
| HSL | 208.33º | 0.34% | 0.41% | - |
| HSV(B) | 208.33º | 0.51% | 0.55% | - |
| XYZ | 12.52 | 13.7 | 27.18 | - |
| YUV | 99.51 | 151.41 | 106.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 107 | 141 | 0.51 | 0.24 | 0 | 0.45 | 208.33 | 0.34 | 0.41 |
| Hex | 45 | 6B | 8D | 33 | 18 | 0 | 2D | D0 | 22 | 29 |
| Octal | 105 | 153 | 215 | 63 | 30 | 0 | 55 | 320 | 42 | 51 |
| Binary | 1000101 | 1101011 | 10001101 | 110011 | 11000 | 0 | 101101 | 11010000 | 100010 | 101001 |
Color Harmonies of #456B8D
Complementary color
Monochromatic Colors of #456B8D
Black with #456B8D
Text Example
Text Example
White with #456B8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #456B8D; }
p { color: rgb(69,107,141); }
H1.HeaderClassName
{
color: #456B8D;
}
.AnyTagClassName
{
color: #456B8D;
}
</style>
background-color css
<style>
a { background-color: #456B8D; }
a { background-color: rgb(69,107,141); }
div.DivClassName
{
background-color: #456B8D;
}
.BgClassName
{
background-color: #456B8D;
}
</style>
border-color css
<style>
span { border-color: #456B8D; }
span { border-color: rgb(69,107,141); }
td.TdClassName
{
border-color: #456B8D;
}
.TagClassName
{
border-color: #456B8D;
}
</style>