#466782

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

Shades of Wedgewood #466782

Tints of Wedgewood #466782

Color information

#466782 (or 0x466782) is unknown color: approx Wedgewood. HEX triplet: 46, 67 and 82. RGB value is (70,103,130). Sum of RGB (Red+Green+Blue) = 70+103+130=303 (40% of max value = 765). Red value is 70 (27.73% from 255 or 23.10% from 303); Green value is 103 (40.62% from 255 or 33.99% from 303); Blue value is 130 (51.17% from 255 or 42.90% from 303); Max value from RGB is 130 - color contains mainly: blue. Hex color #466782 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #466782 is #B9987D. Grayscale: #606060. Windows color (decimal): -12163198 or 8546118. OLE color: 8546118.

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

Color convert

RGB70103130-
CMYK0.460.2100.49
HSL207º30%39.22%-
HSV(B)207º46.15%50.98%-
XYZ11.4112.6122.95-
YUV96.21147.07109.3-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 23.10%
GREEN value IS 103 (40.62% from 255) = 33.99%
BLUE value IS 130 (51.17% from 255) = 42.90%
R=23.10%
G=33.99%
B=42.90%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal701031300.460.2100.492073039.22
Hex4667822E15031cf1e27
Octal10614720256250613173647
Binary10001101100111100000101011101010101100011100111111110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #466782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #466782; }

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

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

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

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

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

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

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

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