#466E93

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

Shades of Wedgewood #466E93

Tints of Wedgewood #466E93

Color information

#466E93 (or 0x466E93) is unknown color: approx Wedgewood. HEX triplet: 46, 6E and 93. RGB value is (70,110,147). Sum of RGB (Red+Green+Blue) = 70+110+147=327 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.41% from 327); Green value is 110 (43.36% from 255 or 33.64% from 327); Blue value is 147 (57.81% from 255 or 44.95% from 327); Max value from RGB is 147 - color contains mainly: blue. Hex color #466E93 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #466E93 is #B9916C. Grayscale: #666666. Windows color (decimal): -12161389 or 9662022. OLE color: 9662022.

HSL color Cylindrical-coordinate representation of color #466E93: hue angle of 208.83º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #466E93 is Cyan = 0.52, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB70110147-
CMYK0.520.2500.42
HSL208.83º35.48%42.55%-
HSV(B)208.83º52.38%57.65%-
XYZ13.3714.5629.71-
YUV102.26153.25104.99-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 21.41%
GREEN value IS 110 (43.36% from 255) = 33.64%
BLUE value IS 147 (57.81% from 255) = 44.95%
R=21.41%
G=33.64%
B=44.95%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal701101470.520.2500.42208.8335.4842.55
Hex466E93341902Ad1232b
Octal10615622364310523214353
Binary100011011011101001001111010011001010101011010001100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #466E93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #466E93; }

 p { color: rgb(70,110,147); }

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

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

 a { background-color: rgb(70,110,147); }

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

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

 span { border-color: rgb(70,110,147); }

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