#466490

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

Shades of Wedgewood #466490

Tints of Wedgewood #466490

Color information

#466490 (or 0x466490) is unknown color: approx Wedgewood. HEX triplet: 46, 64 and 90. RGB value is (70,100,144). Sum of RGB (Red+Green+Blue) = 70+100+144=314 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.29% from 314); Green value is 100 (39.45% from 255 or 31.85% from 314); Blue value is 144 (56.64% from 255 or 45.86% from 314); Max value from RGB is 144 - color contains mainly: blue. Hex color #466490 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #466490 is #B99B6F. Grayscale: #5F5F5F. Windows color (decimal): -12163952 or 9462854. OLE color: 9462854.

HSL color Cylindrical-coordinate representation of color #466490: hue angle of 215.68º 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 #466490 is Cyan = 0.51, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB70100144-
CMYK0.510.3100.44
HSL215.68º34.58%41.96%-
HSV(B)215.68º51.39%56.47%-
XYZ12.1212.4328.15-
YUV96.05155.06109.42-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 22.29%
GREEN value IS 100 (39.45% from 255) = 31.85%
BLUE value IS 144 (56.64% from 255) = 45.86%
R=22.29%
G=31.85%
B=45.86%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal701001440.510.3100.44215.6834.5841.96
Hex466490331F02Cd8232a
Octal10614422063370543304352
Binary100011011001001001000011001111111010110011011000100011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #466490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #466490; }

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

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

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

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

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

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

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

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