#466089

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

Shades of Wedgewood #466089

Tints of Wedgewood #466089

Color information

#466089 (or 0x466089) is unknown color: approx Wedgewood. HEX triplet: 46, 60 and 89. RGB value is (70,96,137). Sum of RGB (Red+Green+Blue) = 70+96+137=303 (40% of max value = 765). Red value is 70 (27.73% from 255 or 23.10% from 303); Green value is 96 (37.89% from 255 or 31.68% from 303); Blue value is 137 (53.91% from 255 or 45.21% from 303); Max value from RGB is 137 - color contains mainly: blue. Hex color #466089 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #466089 is #B99F76. Grayscale: #5C5C5C. Windows color (decimal): -12164983 or 9003078. OLE color: 9003078.

HSL color Cylindrical-coordinate representation of color #466089: hue angle of 216.72º degrees, saturation: 0.32, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #466089 is Cyan = 0.49, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB7096137-
CMYK0.490.3000.46
HSL216.72º32.37%40.59%-
HSV(B)216.72º48.91%53.73%-
XYZ11.2211.4725.29-
YUV92.9152.89111.67-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 23.10%
GREEN value IS 96 (37.89% from 255) = 31.68%
BLUE value IS 137 (53.91% from 255) = 45.21%
R=23.10%
G=31.68%
B=45.21%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal70961370.490.3000.46216.7232.3740.59
Hex466089311E02Ed92029
Octal10614021161360563314051
Binary100011011000001000100111000111110010111011011001100000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #466089

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #466089; }

 p { color: rgb(70,96,137); }

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

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

 a { background-color: rgb(70,96,137); }

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

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

 span { border-color: rgb(70,96,137); }

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