#466884

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

Shades of Wedgewood #466884

Tints of Wedgewood #466884

Color information

#466884 (or 0x466884) is unknown color: approx Wedgewood. HEX triplet: 46, 68 and 84. RGB value is (70,104,132). Sum of RGB (Red+Green+Blue) = 70+104+132=306 (40% of max value = 765). Red value is 70 (27.73% from 255 or 22.88% from 306); Green value is 104 (41.02% from 255 or 33.99% from 306); Blue value is 132 (51.95% from 255 or 43.14% from 306); Max value from RGB is 132 - color contains mainly: blue. Hex color #466884 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #466884 is #B9977B. Grayscale: #606060. Windows color (decimal): -12162940 or 8677446. OLE color: 8677446.

HSL color Cylindrical-coordinate representation of color #466884: hue angle of 207.1º 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 #466884 is Cyan = 0.47, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB70104132-
CMYK0.470.2100.48
HSL207.1º30.69%39.61%-
HSV(B)207.1º46.97%51.76%-
XYZ11.6412.8723.7-
YUV97.03147.74108.72-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 22.88%
GREEN value IS 104 (41.02% from 255) = 33.99%
BLUE value IS 132 (51.95% from 255) = 43.14%
R=22.88%
G=33.99%
B=43.14%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal701041320.470.2100.48207.130.6939.61
Hex4668842F15030cf1f28
Octal10615020457250603173750
Binary10001101101000100001001011111010101100001100111111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #466884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #466884; }

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

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

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

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

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

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

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

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