#466882

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

Shades of Wedgewood #466882

Tints of Wedgewood #466882

Color information

#466882 (or 0x466882) is unknown color: approx Wedgewood. HEX triplet: 46, 68 and 82. RGB value is (70,104,130). Sum of RGB (Red+Green+Blue) = 70+104+130=304 (40% of max value = 765). Red value is 70 (27.73% from 255 or 23.03% from 304); Green value is 104 (41.02% from 255 or 34.21% from 304); Blue value is 130 (51.17% from 255 or 42.76% from 304); Max value from RGB is 130 - color contains mainly: blue. Hex color #466882 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #466882 is #B9977D. Grayscale: #606060. Windows color (decimal): -12162942 or 8546374. OLE color: 8546374.

HSL color Cylindrical-coordinate representation of color #466882: hue angle of 206º degrees, saturation: 0.3, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #466882 is Cyan = 0.46, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB70104130-
CMYK0.460.200.49
HSL206º30%39.22%-
HSV(B)206º46.15%50.98%-
XYZ11.5112.8122.99-
YUV96.8146.74108.89-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 23.03%
GREEN value IS 104 (41.02% from 255) = 34.21%
BLUE value IS 130 (51.17% from 255) = 42.76%
R=23.03%
G=34.21%
B=42.76%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal701041300.460.200.492063039.22
Hex4668822E14031ce1e27
Octal10615020256240613163647
Binary10001101101000100000101011101010001100011100111011110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #466882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #466882; }

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

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

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

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

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

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

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

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