Shades of Wedgewood #456A88
Tints of Wedgewood #456A88
RGB
CMYK
RGB Variations
Color information
#456A88 (or 0x456A88) is known color: Wedgewood. HEX triplet: 45, 6A and 88. RGB value is (69,106,136). Sum of RGB (Red+Green+Blue) = 69+106+136=311 (41% of max value = 765). Red value is 69 (27.34% from 255 or 22.19% from 311); Green value is 106 (41.80% from 255 or 34.08% from 311); Blue value is 136 (53.52% from 255 or 43.73% from 311); Max value from RGB is 136 - color contains mainly: blue. Hex color #456A88 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #456A88 is #BA9577. Grayscale: #626262. Windows color (decimal): -12227960 or 8940101. OLE color: 8940101.
HSL color Cylindrical-coordinate representation of color #456A88: hue angle of 206.87º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #456A88 is Cyan = 0.49, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 69 | 106 | 136 | - |
| CMYK | 0.49 | 0.22 | 0 | 0.47 |
| HSL | 206.87º | 0.33% | 0.4% | - |
| HSV(B) | 206.87º | 0.49% | 0.53% | - |
| XYZ | 12.05 | 13.35 | 25.23 | - |
| YUV | 98.36 | 149.24 | 107.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 106 | 136 | 0.49 | 0.22 | 0 | 0.47 | 206.87 | 0.33 | 0.4 |
| Hex | 45 | 6A | 88 | 31 | 16 | 0 | 2F | CF | 21 | 28 |
| Octal | 105 | 152 | 210 | 61 | 26 | 0 | 57 | 317 | 41 | 50 |
| Binary | 1000101 | 1101010 | 10001000 | 110001 | 10110 | 0 | 101111 | 11001111 | 100001 | 101000 |
Color Harmonies of #456A88
Complementary color
Monochromatic Colors of #456A88
Black with #456A88
Text Example
Text Example
White with #456A88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #456A88; }
p { color: rgb(69,106,136); }
H1.HeaderClassName
{
color: #456A88;
}
.AnyTagClassName
{
color: #456A88;
}
</style>
background-color css
<style>
a { background-color: #456A88; }
a { background-color: rgb(69,106,136); }
div.DivClassName
{
background-color: #456A88;
}
.BgClassName
{
background-color: #456A88;
}
</style>
border-color css
<style>
span { border-color: #456A88; }
span { border-color: rgb(69,106,136); }
td.TdClassName
{
border-color: #456A88;
}
.TagClassName
{
border-color: #456A88;
}
</style>