#466384

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

Shades of Wedgewood #466384

Tints of Wedgewood #466384

Color information

#466384 (or 0x466384) is unknown color: approx Wedgewood. HEX triplet: 46, 63 and 84. RGB value is (70,99,132). Sum of RGB (Red+Green+Blue) = 70+99+132=301 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.26% from 301); Green value is 99 (39.06% from 255 or 32.89% from 301); Blue value is 132 (51.95% from 255 or 43.85% from 301); Max value from RGB is 132 - color contains mainly: blue. Hex color #466384 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #466384 is #B99C7B. Grayscale: #5D5D5D. Windows color (decimal): -12164220 or 8676166. OLE color: 8676166.

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

Color convert

RGB7099132-
CMYK0.470.2500.48
HSL211.94º30.69%39.61%-
HSV(B)211.94º46.97%51.76%-
XYZ11.1511.8923.54-
YUV94.09149.39110.82-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 23.26%
GREEN value IS 99 (39.06% from 255) = 32.89%
BLUE value IS 132 (51.95% from 255) = 43.85%
R=23.26%
G=32.89%
B=43.85%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal70991320.470.2500.48211.9430.6939.61
Hex4663842F19030d41f28
Octal10614320457310603243750
Binary10001101100011100001001011111100101100001101010011111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #466384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #466384; }

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

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

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

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

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

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

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

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