Shades of Wedgewood #456A8F
Tints of Wedgewood #456A8F
RGB
CMYK
RGB Variations
Color information
#456A8F (or 0x456A8F) is known color: Wedgewood. HEX triplet: 45, 6A and 8F. RGB value is (69,106,143). Sum of RGB (Red+Green+Blue) = 69+106+143=318 (42% of max value = 765). Red value is 69 (27.34% from 255 or 21.70% from 318); Green value is 106 (41.80% from 255 or 33.33% from 318); Blue value is 143 (56.25% from 255 or 44.97% from 318); Max value from RGB is 143 - color contains mainly: blue. Hex color #456A8F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #456A8F is #BA9570. Grayscale: #626262. Windows color (decimal): -12227953 or 9398853. OLE color: 9398853.
HSL color Cylindrical-coordinate representation of color #456A8F: hue angle of 210º degrees, saturation: 0.35, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #456A8F is Cyan = 0.52, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 69 | 106 | 143 | - |
| CMYK | 0.52 | 0.26 | 0 | 0.44 |
| HSL | 210º | 0.35% | 0.42% | - |
| HSV(B) | 210º | 0.52% | 0.56% | - |
| XYZ | 12.57 | 13.56 | 27.94 | - |
| YUV | 99.16 | 152.74 | 106.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 106 | 143 | 0.52 | 0.26 | 0 | 0.44 | 210 | 0.35 | 0.42 |
| Hex | 45 | 6A | 8F | 34 | 1A | 0 | 2C | D2 | 23 | 2A |
| Octal | 105 | 152 | 217 | 64 | 32 | 0 | 54 | 322 | 43 | 52 |
| Binary | 1000101 | 1101010 | 10001111 | 110100 | 11010 | 0 | 101100 | 11010010 | 100011 | 101010 |
Color Harmonies of #456A8F
Complementary color
Monochromatic Colors of #456A8F
Black with #456A8F
Text Example
Text Example
White with #456A8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #456A8F; }
p { color: rgb(69,106,143); }
H1.HeaderClassName
{
color: #456A8F;
}
.AnyTagClassName
{
color: #456A8F;
}
</style>
background-color css
<style>
a { background-color: #456A8F; }
a { background-color: rgb(69,106,143); }
div.DivClassName
{
background-color: #456A8F;
}
.BgClassName
{
background-color: #456A8F;
}
</style>
border-color css
<style>
span { border-color: #456A8F; }
span { border-color: rgb(69,106,143); }
td.TdClassName
{
border-color: #456A8F;
}
.TagClassName
{
border-color: #456A8F;
}
</style>