Shades of Wedgewood #456C8A
Tints of Wedgewood #456C8A
RGB
CMYK
RGB Variations
Color information
#456C8A (or 0x456C8A) is known color: Wedgewood. HEX triplet: 45, 6C and 8A. RGB value is (69,108,138). Sum of RGB (Red+Green+Blue) = 69+108+138=315 (41% of max value = 765). Red value is 69 (27.34% from 255 or 21.90% from 315); Green value is 108 (42.58% from 255 or 34.29% from 315); Blue value is 138 (54.30% from 255 or 43.81% from 315); Max value from RGB is 138 - color contains mainly: blue. Hex color #456C8A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #456C8A is #BA9375. Grayscale: #636363. Windows color (decimal): -12227446 or 9071685. OLE color: 9071685.
HSL color Cylindrical-coordinate representation of color #456C8A: hue angle of 206.09º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #456C8A is Cyan = 0.5, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 69 | 108 | 138 | - |
| CMYK | 0.5 | 0.22 | 0 | 0.46 |
| HSL | 206.09º | 0.33% | 0.41% | - |
| HSV(B) | 206.09º | 0.5% | 0.54% | - |
| XYZ | 12.4 | 13.83 | 26.06 | - |
| YUV | 99.76 | 149.58 | 106.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 108 | 138 | 0.5 | 0.22 | 0 | 0.46 | 206.09 | 0.33 | 0.41 |
| Hex | 45 | 6C | 8A | 32 | 16 | 0 | 2E | CE | 21 | 29 |
| Octal | 105 | 154 | 212 | 62 | 26 | 0 | 56 | 316 | 41 | 51 |
| Binary | 1000101 | 1101100 | 10001010 | 110010 | 10110 | 0 | 101110 | 11001110 | 100001 | 101001 |
Color Harmonies of #456C8A
Complementary color
Monochromatic Colors of #456C8A
Black with #456C8A
Text Example
Text Example
White with #456C8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #456C8A; }
p { color: rgb(69,108,138); }
H1.HeaderClassName
{
color: #456C8A;
}
.AnyTagClassName
{
color: #456C8A;
}
</style>
background-color css
<style>
a { background-color: #456C8A; }
a { background-color: rgb(69,108,138); }
div.DivClassName
{
background-color: #456C8A;
}
.BgClassName
{
background-color: #456C8A;
}
</style>
border-color css
<style>
span { border-color: #456C8A; }
span { border-color: rgb(69,108,138); }
td.TdClassName
{
border-color: #456C8A;
}
.TagClassName
{
border-color: #456C8A;
}
</style>