#456B86

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

Shades of Wedgewood #456B86

Tints of Wedgewood #456B86

Color information

#456B86 (or 0x456B86) is unknown color: approx Wedgewood. HEX triplet: 45, 6B and 86. RGB value is (69,107,134). Sum of RGB (Red+Green+Blue) = 69+107+134=310 (41% of max value = 765). Red value is 69 (27.34% from 255 or 22.26% from 310); Green value is 107 (42.19% from 255 or 34.52% from 310); Blue value is 134 (52.73% from 255 or 43.23% from 310); Max value from RGB is 134 - color contains mainly: blue. Hex color #456B86 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #456B86 is #BA9479. Grayscale: #626262. Windows color (decimal): -12227706 or 8809285. OLE color: 8809285.

HSL color Cylindrical-coordinate representation of color #456B86: hue angle of 204.92º 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 #456B86 is Cyan = 0.49, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB69107134-
CMYK0.490.2000.47
HSL204.92º32.02%39.8%-
HSV(B)204.92º48.51%52.55%-
XYZ12.0213.524.53-
YUV98.72147.91106.8-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 22.26%
GREEN value IS 107 (42.19% from 255) = 34.52%
BLUE value IS 134 (52.73% from 255) = 43.23%
R=22.26%
G=34.52%
B=43.23%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal691071340.490.2000.47204.9232.0239.8
Hex456B86311402Fcd2028
Octal10515320661240573154050
Binary100010111010111000011011000110100010111111001101100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #456B86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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