#456D86

Color #456D86 Wedgewood (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wedgewood #456D86

Tints of Wedgewood #456D86

Color information

#456D86 (or 0x456D86) is unknown color: approx Wedgewood. HEX triplet: 45, 6D and 86. RGB value is (69,109,134). Sum of RGB (Red+Green+Blue) = 69+109+134=312 (41% of max value = 765). Red value is 69 (27.34% from 255 or 22.12% from 312); Green value is 109 (42.97% from 255 or 34.94% from 312); Blue value is 134 (52.73% from 255 or 42.95% from 312); Max value from RGB is 134 - color contains mainly: blue. Hex color #456D86 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #456D86 is #BA9279. Grayscale: #636363. Windows color (decimal): -12227194 or 8809797. OLE color: 8809797.

HSL color Cylindrical-coordinate representation of color #456D86: hue angle of 203.08º degrees, saturation: 0.32, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #456D86 is Cyan = 0.49, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB69109134-
CMYK0.490.1900.47
HSL203.08º32.02%39.8%-
HSV(B)203.08º48.51%52.55%-
XYZ12.2313.9224.6-
YUV99.89147.25105.97-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 69 (27.34% from 255) = 22.12%
GREEN value IS 109 (42.97% from 255) = 34.94%
BLUE value IS 134 (52.73% from 255) = 42.95%
R=22.12%
G=34.94%
B=42.95%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal691091340.490.1900.47203.0832.0239.8
Hex456D86311302Fcb2028
Octal10515520661230573134050
Binary100010111011011000011011000110011010111111001011100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #456D86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #456D86; }

 p { color: rgb(69,109,134); }

 H1.HeaderClassName
 {
   color: #456D86;
 }
 .AnyTagClassName
 {
   color: #456D86;
 }
</style>
background-color css

<style>
 a { background-color: #456D86; }

 a { background-color: rgb(69,109,134); }

 div.DivClassName
 {
   background-color: #456D86;
 }
 .BgClassName
 {
   background-color: #456D86;
 }
</style>
border-color css

<style>
 span { border-color: #456D86; }

 span { border-color: rgb(69,109,134); }

 td.TdClassName
 {
   border-color: #456D86;
 }
 .TagClassName
 {
   border-color: #456D86;
 }
</style>