Shades of Wedgewood #456B8B
Tints of Wedgewood #456B8B
RGB
CMYK
RGB Variations
Color information
#456B8B (or 0x456B8B) is known color: Wedgewood. HEX triplet: 45, 6B and 8B. RGB value is (69,107,139). Sum of RGB (Red+Green+Blue) = 69+107+139=315 (41% of max value = 765). Red value is 69 (27.34% from 255 or 21.90% from 315); Green value is 107 (42.19% from 255 or 33.97% from 315); Blue value is 139 (54.69% from 255 or 44.13% from 315); Max value from RGB is 139 - color contains mainly: blue. Hex color #456B8B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #456B8B is #BA9474. Grayscale: #636363. Windows color (decimal): -12227701 or 9136965. OLE color: 9136965.
HSL color Cylindrical-coordinate representation of color #456B8B: hue angle of 207.43º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #456B8B is Cyan = 0.50, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 69 | 107 | 139 | - |
| CMYK | 0.50 | 0.23 | 0 | 0.45 |
| HSL | 207.43º | 0.34% | 0.41% | - |
| HSV(B) | 207.43º | 0.5% | 0.55% | - |
| XYZ | 12.37 | 13.64 | 26.41 | - |
| YUV | 99.29 | 150.41 | 106.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 107 | 139 | 0.50 | 0.23 | 0 | 0.45 | 207.43 | 0.34 | 0.41 |
| Hex | 45 | 6B | 8B | 32 | 17 | 0 | 2D | CF | 22 | 29 |
| Octal | 105 | 153 | 213 | 62 | 27 | 0 | 55 | 317 | 42 | 51 |
| Binary | 1000101 | 1101011 | 10001011 | 110010 | 10111 | 0 | 101101 | 11001111 | 100010 | 101001 |
Color Harmonies of #456B8B
Complementary color
Monochromatic Colors of #456B8B
Black with #456B8B
Text Example
Text Example
White with #456B8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #456B8B; }
p { color: rgb(69,107,139); }
H1.HeaderClassName
{
color: #456B8B;
}
.AnyTagClassName
{
color: #456B8B;
}
</style>
background-color css
<style>
a { background-color: #456B8B; }
a { background-color: rgb(69,107,139); }
div.DivClassName
{
background-color: #456B8B;
}
.BgClassName
{
background-color: #456B8B;
}
</style>
border-color css
<style>
span { border-color: #456B8B; }
span { border-color: rgb(69,107,139); }
td.TdClassName
{
border-color: #456B8B;
}
.TagClassName
{
border-color: #456B8B;
}
</style>