Shades of Wedgewood #456C8B
Tints of Wedgewood #456C8B
RGB
CMYK
RGB Variations
Color information
#456C8B (or 0x456C8B) is known color: Wedgewood. HEX triplet: 45, 6C and 8B. RGB value is (69,108,139). Sum of RGB (Red+Green+Blue) = 69+108+139=316 (41% of max value = 765). Red value is 69 (27.34% from 255 or 21.84% from 316); Green value is 108 (42.58% from 255 or 34.18% from 316); Blue value is 139 (54.69% from 255 or 43.99% from 316); Max value from RGB is 139 - color contains mainly: blue. Hex color #456C8B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #456C8B is #BA9374. Grayscale: #636363. Windows color (decimal): -12227445 or 9137221. OLE color: 9137221.
HSL color Cylindrical-coordinate representation of color #456C8B: hue angle of 206.57º 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 #456C8B is Cyan = 0.50, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 69 | 108 | 139 | - |
| CMYK | 0.50 | 0.22 | 0 | 0.45 |
| HSL | 206.57º | 0.34% | 0.41% | - |
| HSV(B) | 206.57º | 0.5% | 0.55% | - |
| XYZ | 12.48 | 13.85 | 26.44 | - |
| YUV | 99.87 | 150.08 | 105.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 108 | 139 | 0.50 | 0.22 | 0 | 0.45 | 206.57 | 0.34 | 0.41 |
| Hex | 45 | 6C | 8B | 32 | 16 | 0 | 2D | CF | 22 | 29 |
| Octal | 105 | 154 | 213 | 62 | 26 | 0 | 55 | 317 | 42 | 51 |
| Binary | 1000101 | 1101100 | 10001011 | 110010 | 10110 | 0 | 101101 | 11001111 | 100010 | 101001 |
Color Harmonies of #456C8B
Complementary color
Monochromatic Colors of #456C8B
Black with #456C8B
Text Example
Text Example
White with #456C8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #456C8B; }
p { color: rgb(69,108,139); }
H1.HeaderClassName
{
color: #456C8B;
}
.AnyTagClassName
{
color: #456C8B;
}
</style>
background-color css
<style>
a { background-color: #456C8B; }
a { background-color: rgb(69,108,139); }
div.DivClassName
{
background-color: #456C8B;
}
.BgClassName
{
background-color: #456C8B;
}
</style>
border-color css
<style>
span { border-color: #456C8B; }
span { border-color: rgb(69,108,139); }
td.TdClassName
{
border-color: #456C8B;
}
.TagClassName
{
border-color: #456C8B;
}
</style>