#466986

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

Shades of Wedgewood #466986

Tints of Wedgewood #466986

Color information

#466986 (or 0x466986) is unknown color: approx Wedgewood. HEX triplet: 46, 69 and 86. RGB value is (70,105,134). Sum of RGB (Red+Green+Blue) = 70+105+134=309 (40% of max value = 765). Red value is 70 (27.73% from 255 or 22.65% from 309); Green value is 105 (41.41% from 255 or 33.98% from 309); Blue value is 134 (52.73% from 255 or 43.37% from 309); Max value from RGB is 134 - color contains mainly: blue. Hex color #466986 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #466986 is #B99679. Grayscale: #616161. Windows color (decimal): -12162682 or 8808774. OLE color: 8808774.

HSL color Cylindrical-coordinate representation of color #466986: hue angle of 207.19º degrees, saturation: 0.31, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #466986 is Cyan = 0.48, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB70105134-
CMYK0.480.2200.47
HSL207.19º31.37%40%-
HSV(B)207.19º47.76%52.55%-
XYZ11.8813.1324.46-
YUV97.84148.4108.14-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 22.65%
GREEN value IS 105 (41.41% from 255) = 33.98%
BLUE value IS 134 (52.73% from 255) = 43.37%
R=22.65%
G=33.98%
B=43.37%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal701051340.480.2200.47207.1931.3740
Hex466986301602Fcf1f28
Octal10615120660260573173750
Binary10001101101001100001101100001011001011111100111111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #466986

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #466986; }

 p { color: rgb(70,105,134); }

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

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

 a { background-color: rgb(70,105,134); }

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

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

 span { border-color: rgb(70,105,134); }

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