#466386

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

Shades of Wedgewood #466386

Tints of Wedgewood #466386

Color information

#466386 (or 0x466386) is unknown color: approx Wedgewood. HEX triplet: 46, 63 and 86. RGB value is (70,99,134). Sum of RGB (Red+Green+Blue) = 70+99+134=303 (40% of max value = 765). Red value is 70 (27.73% from 255 or 23.10% from 303); Green value is 99 (39.06% from 255 or 32.67% from 303); Blue value is 134 (52.73% from 255 or 44.22% from 303); Max value from RGB is 134 - color contains mainly: blue. Hex color #466386 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #466386 is #B99C79. Grayscale: #5E5E5E. Windows color (decimal): -12164218 or 8807238. OLE color: 8807238.

HSL color Cylindrical-coordinate representation of color #466386: hue angle of 212.81º degrees, saturation: 0.31, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #466386 is Cyan = 0.48, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB7099134-
CMYK0.480.2600.47
HSL212.81º31.37%40%-
HSV(B)212.81º47.76%52.55%-
XYZ11.2911.9524.27-
YUV94.32150.39110.65-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 23.10%
GREEN value IS 99 (39.06% from 255) = 32.67%
BLUE value IS 134 (52.73% from 255) = 44.22%
R=23.10%
G=32.67%
B=44.22%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal70991340.480.2600.47212.8131.3740
Hex466386301A02Fd51f28
Octal10614320660320573253750
Binary10001101100011100001101100001101001011111101010111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #466386

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #466386; }

 p { color: rgb(70,99,134); }

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

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

 a { background-color: rgb(70,99,134); }

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

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

 span { border-color: rgb(70,99,134); }

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