#466580

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

Shades of Wedgewood #466580

Tints of Wedgewood #466580

Color information

#466580 (or 0x466580) is unknown color: approx Wedgewood. HEX triplet: 46, 65 and 80. RGB value is (70,101,128). Sum of RGB (Red+Green+Blue) = 70+101+128=299 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.41% from 299); Green value is 101 (39.84% from 255 or 33.78% from 299); Blue value is 128 (50.39% from 255 or 42.81% from 299); Max value from RGB is 128 - color contains mainly: blue. Hex color #466580 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #466580 is #B99A7F. Grayscale: #5E5E5E. Windows color (decimal): -12163712 or 8414534. OLE color: 8414534.

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

Color convert

RGB70101128-
CMYK0.450.2100.50
HSL207.93º29.29%38.82%-
HSV(B)207.93º45.31%50.2%-
XYZ11.0812.1722.19-
YUV94.81146.73110.3-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 23.41%
GREEN value IS 101 (39.84% from 255) = 33.78%
BLUE value IS 128 (50.39% from 255) = 42.81%
R=23.41%
G=33.78%
B=42.81%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal701011280.450.2100.50207.9329.2938.82
Hex4665802D15032d01d27
Octal10614520055250623203547
Binary10001101100101100000001011011010101100101101000011101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #466580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #466580; }

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

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

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

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

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

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

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

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