Shades of Wedgewood #456B85
Tints of Wedgewood #456B85
RGB
CMYK
RGB Variations
Color information
#456B85 (or 0x456B85) is known color: Wedgewood. HEX triplet: 45, 6B and 85. RGB value is (69,107,133). Sum of RGB (Red+Green+Blue) = 69+107+133=309 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.33% from 309); Green value is 107 (42.19% from 255 or 34.63% from 309); Blue value is 133 (52.34% from 255 or 43.04% from 309); Max value from RGB is 133 - color contains mainly: blue. Hex color #456B85 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #456B85 is #BA947A. Grayscale: #626262. Windows color (decimal): -12227707 or 8743749. OLE color: 8743749.
HSL color Cylindrical-coordinate representation of color #456B85: hue angle of 204.38º degrees, saturation: 0.32, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #456B85 is Cyan = 0.48, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 69 | 107 | 133 | - |
| CMYK | 0.48 | 0.20 | 0 | 0.48 |
| HSL | 204.38º | 0.32% | 0.4% | - |
| HSV(B) | 204.38º | 0.48% | 0.52% | - |
| XYZ | 11.95 | 13.47 | 24.16 | - |
| YUV | 98.6 | 147.41 | 106.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 107 | 133 | 0.48 | 0.20 | 0 | 0.48 | 204.38 | 0.32 | 0.4 |
| Hex | 45 | 6B | 85 | 30 | 14 | 0 | 30 | CC | 20 | 28 |
| Octal | 105 | 153 | 205 | 60 | 24 | 0 | 60 | 314 | 40 | 50 |
| Binary | 1000101 | 1101011 | 10000101 | 110000 | 10100 | 0 | 110000 | 11001100 | 100000 | 101000 |
Color Harmonies of #456B85
Complementary color
Monochromatic Colors of #456B85
Black with #456B85
Text Example
Text Example
White with #456B85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #456B85; }
p { color: rgb(69,107,133); }
H1.HeaderClassName
{
color: #456B85;
}
.AnyTagClassName
{
color: #456B85;
}
</style>
background-color css
<style>
a { background-color: #456B85; }
a { background-color: rgb(69,107,133); }
div.DivClassName
{
background-color: #456B85;
}
.BgClassName
{
background-color: #456B85;
}
</style>
border-color css
<style>
span { border-color: #456B85; }
span { border-color: rgb(69,107,133); }
td.TdClassName
{
border-color: #456B85;
}
.TagClassName
{
border-color: #456B85;
}
</style>