#456486

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

Shades of Wedgewood #456486

Tints of Wedgewood #456486

Color information

#456486 (or 0x456486) is unknown color: approx Wedgewood. HEX triplet: 45, 64 and 86. RGB value is (69,100,134). Sum of RGB (Red+Green+Blue) = 69+100+134=303 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.77% from 303); Green value is 100 (39.45% from 255 or 33.00% from 303); Blue value is 134 (52.73% from 255 or 44.22% from 303); Max value from RGB is 134 - color contains mainly: blue. Hex color #456486 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #456486 is #BA9B79. Grayscale: #5E5E5E. Windows color (decimal): -12229498 or 8807493. OLE color: 8807493.

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

Color convert

RGB69100134-
CMYK0.490.2500.47
HSL211.38º32.02%39.8%-
HSV(B)211.38º48.51%52.55%-
XYZ11.3112.124.29-
YUV94.61150.23109.74-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 22.77%
GREEN value IS 100 (39.45% from 255) = 33.00%
BLUE value IS 134 (52.73% from 255) = 44.22%
R=22.77%
G=33.00%
B=44.22%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal691001340.490.2500.47211.3832.0239.8
Hex456486311902Fd32028
Octal10514420661310573234050
Binary100010111001001000011011000111001010111111010011100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #456486

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #456486; }

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

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

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

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

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

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

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

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