#466E95

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

Shades of Wedgewood #466E95

Tints of Wedgewood #466E95

Color information

#466E95 (or 0x466E95) is unknown color: approx Wedgewood. HEX triplet: 46, 6E and 95. RGB value is (70,110,149). Sum of RGB (Red+Green+Blue) = 70+110+149=329 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.28% from 329); Green value is 110 (43.36% from 255 or 33.43% from 329); Blue value is 149 (58.59% from 255 or 45.29% from 329); Max value from RGB is 149 - color contains mainly: blue. Hex color #466E95 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #466E95 is #B9916A. Grayscale: #666666. Windows color (decimal): -12161387 or 9793094. OLE color: 9793094.

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

Color convert

RGB70110149-
CMYK0.530.2600.42
HSL209.62º36.07%42.94%-
HSV(B)209.62º53.02%58.43%-
XYZ13.5314.6230.54-
YUV102.49154.25104.83-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 21.28%
GREEN value IS 110 (43.36% from 255) = 33.43%
BLUE value IS 149 (58.59% from 255) = 45.29%
R=21.28%
G=33.43%
B=45.29%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal701101490.530.2600.42209.6236.0742.94
Hex466E95351A02Ad2242b
Octal10615622565320523224453
Binary100011011011101001010111010111010010101011010010100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #466E95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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