#466180

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

Shades of Wedgewood #466180

Tints of Wedgewood #466180

Color information

#466180 (or 0x466180) is unknown color: approx Wedgewood. HEX triplet: 46, 61 and 80. RGB value is (70,97,128). Sum of RGB (Red+Green+Blue) = 70+97+128=295 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.73% from 295); Green value is 97 (38.28% from 255 or 32.88% from 295); Blue value is 128 (50.39% from 255 or 43.39% from 295); Max value from RGB is 128 - color contains mainly: blue. Hex color #466180 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #466180 is #B99E7F. Grayscale: #5C5C5C. Windows color (decimal): -12164736 or 8413510. OLE color: 8413510.

HSL color Cylindrical-coordinate representation of color #466180: hue angle of 212.07º degrees, saturation: 0.29, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #466180 is Cyan = 0.45, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB7097128-
CMYK0.450.2400.50
HSL212.07º29.29%38.82%-
HSV(B)212.07º45.31%50.2%-
XYZ10.711.4122.06-
YUV92.46148.05111.98-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 23.73%
GREEN value IS 97 (38.28% from 255) = 32.88%
BLUE value IS 128 (50.39% from 255) = 43.39%
R=23.73%
G=32.88%
B=43.39%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal70971280.450.2400.50212.0729.2938.82
Hex4661802D18032d41d27
Octal10614120055300623243547
Binary10001101100001100000001011011100001100101101010011101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #466180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #466180; }

 p { color: rgb(70,97,128); }

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

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

 a { background-color: rgb(70,97,128); }

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

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

 span { border-color: rgb(70,97,128); }

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