#466280

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

Shades of Wedgewood #466280

Tints of Wedgewood #466280

Color information

#466280 (or 0x466280) is unknown color: approx Wedgewood. HEX triplet: 46, 62 and 80. RGB value is (70,98,128). Sum of RGB (Red+Green+Blue) = 70+98+128=296 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.65% from 296); Green value is 98 (38.67% from 255 or 33.11% from 296); Blue value is 128 (50.39% from 255 or 43.24% from 296); Max value from RGB is 128 - color contains mainly: blue. Hex color #466280 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #466280 is #B99D7F. Grayscale: #5C5C5C. Windows color (decimal): -12164480 or 8413766. OLE color: 8413766.

HSL color Cylindrical-coordinate representation of color #466280: hue angle of 211.03º 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 #466280 is Cyan = 0.45, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB7098128-
CMYK0.450.2300.50
HSL211.03º29.29%38.82%-
HSV(B)211.03º45.31%50.2%-
XYZ10.7911.622.09-
YUV93.05147.72111.56-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 23.65%
GREEN value IS 98 (38.67% from 255) = 33.11%
BLUE value IS 128 (50.39% from 255) = 43.24%
R=23.65%
G=33.11%
B=43.24%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal70981280.450.2300.50211.0329.2938.82
Hex4662802D17032d31d27
Octal10614220055270623233547
Binary10001101100010100000001011011011101100101101001111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #466280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #466280; }

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

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

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

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

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

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

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

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