#456086

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

Shades of Wedgewood #456086

Tints of Wedgewood #456086

Color information

#456086 (or 0x456086) is unknown color: approx Wedgewood. HEX triplet: 45, 60 and 86. RGB value is (69,96,134). Sum of RGB (Red+Green+Blue) = 69+96+134=299 (39% of max value = 765). Red value is 69 (27.34% from 255 or 23.08% from 299); Green value is 96 (37.89% from 255 or 32.11% from 299); Blue value is 134 (52.73% from 255 or 44.82% from 299); Max value from RGB is 134 - color contains mainly: blue. Hex color #456086 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #456086 is #BA9F79. Grayscale: #5C5C5C. Windows color (decimal): -12230522 or 8806469. OLE color: 8806469.

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

Color convert

RGB6996134-
CMYK0.490.2800.47
HSL215.08º32.02%39.8%-
HSV(B)215.08º48.51%52.55%-
XYZ10.9411.3524.17-
YUV92.26151.55111.41-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 23.08%
GREEN value IS 96 (37.89% from 255) = 32.11%
BLUE value IS 134 (52.73% from 255) = 44.82%
R=23.08%
G=32.11%
B=44.82%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal69961340.490.2800.47215.0832.0239.8
Hex456086311C02Fd72028
Octal10514020661340573274050
Binary100010111000001000011011000111100010111111010111100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #456086

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #456086; }

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

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

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

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

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

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

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

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