Shades of Wedgewood #456F8B
Tints of Wedgewood #456F8B
RGB
CMYK
RGB Variations
Color information
#456F8B (or 0x456F8B) is known color: Wedgewood. HEX triplet: 45, 6F and 8B. RGB value is (69,111,139). Sum of RGB (Red+Green+Blue) = 69+111+139=319 (42% of max value = 765). Red value is 69 (27.34% from 255 or 21.63% from 319); Green value is 111 (43.75% from 255 or 34.80% from 319); Blue value is 139 (54.69% from 255 or 43.57% from 319); Max value from RGB is 139 - color contains mainly: blue. Hex color #456F8B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #456F8B is #BA9074. Grayscale: #656565. Windows color (decimal): -12226677 or 9137989. OLE color: 9137989.
HSL color Cylindrical-coordinate representation of color #456F8B: hue angle of 204º 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 #456F8B is Cyan = 0.50, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 69 | 111 | 139 | - |
| CMYK | 0.50 | 0.20 | 0 | 0.45 |
| HSL | 204º | 0.34% | 0.41% | - |
| HSV(B) | 204º | 0.5% | 0.55% | - |
| XYZ | 12.8 | 14.5 | 26.55 | - |
| YUV | 101.63 | 149.09 | 104.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 111 | 139 | 0.50 | 0.20 | 0 | 0.45 | 204 | 0.34 | 0.41 |
| Hex | 45 | 6F | 8B | 32 | 14 | 0 | 2D | CC | 22 | 29 |
| Octal | 105 | 157 | 213 | 62 | 24 | 0 | 55 | 314 | 42 | 51 |
| Binary | 1000101 | 1101111 | 10001011 | 110010 | 10100 | 0 | 101101 | 11001100 | 100010 | 101001 |
Color Harmonies of #456F8B
Complementary color
Monochromatic Colors of #456F8B
Black with #456F8B
Text Example
Text Example
White with #456F8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #456F8B; }
p { color: rgb(69,111,139); }
H1.HeaderClassName
{
color: #456F8B;
}
.AnyTagClassName
{
color: #456F8B;
}
</style>
background-color css
<style>
a { background-color: #456F8B; }
a { background-color: rgb(69,111,139); }
div.DivClassName
{
background-color: #456F8B;
}
.BgClassName
{
background-color: #456F8B;
}
</style>
border-color css
<style>
span { border-color: #456F8B; }
span { border-color: rgb(69,111,139); }
td.TdClassName
{
border-color: #456F8B;
}
.TagClassName
{
border-color: #456F8B;
}
</style>