#466E90

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

Shades of Wedgewood #466E90

Tints of Wedgewood #466E90

Color information

#466E90 (or 0x466E90) is unknown color: approx Wedgewood. HEX triplet: 46, 6E and 90. RGB value is (70,110,144). Sum of RGB (Red+Green+Blue) = 70+110+144=324 (42% of max value = 765). Red value is 70 (27.73% from 255 or 21.60% from 324); Green value is 110 (43.36% from 255 or 33.95% from 324); Blue value is 144 (56.64% from 255 or 44.44% from 324); Max value from RGB is 144 - color contains mainly: blue. Hex color #466E90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #466E90 is #B9916F. Grayscale: #656565. Windows color (decimal): -12161392 or 9465414. OLE color: 9465414.

HSL color Cylindrical-coordinate representation of color #466E90: hue angle of 207.57º degrees, saturation: 0.35, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #466E90 is Cyan = 0.51, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB70110144-
CMYK0.510.2400.44
HSL207.57º34.58%41.96%-
HSV(B)207.57º51.39%56.47%-
XYZ13.1414.4728.49-
YUV101.92151.75105.24-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 21.60%
GREEN value IS 110 (43.36% from 255) = 33.95%
BLUE value IS 144 (56.64% from 255) = 44.44%
R=21.60%
G=33.95%
B=44.44%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal701101440.510.2400.44207.5734.5841.96
Hex466E90331802Cd0232a
Octal10615622063300543204352
Binary100011011011101001000011001111000010110011010000100011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #466E90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #466E90; }

 p { color: rgb(70,110,144); }

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

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

 a { background-color: rgb(70,110,144); }

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

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

 span { border-color: rgb(70,110,144); }

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