#466A84

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

Shades of Wedgewood #466A84

Tints of Wedgewood #466A84

Color information

#466A84 (or 0x466A84) is unknown color: approx Wedgewood. HEX triplet: 46, 6A and 84. RGB value is (70,106,132). Sum of RGB (Red+Green+Blue) = 70+106+132=308 (40% of max value = 765). Red value is 70 (27.73% from 255 or 22.73% from 308); Green value is 106 (41.80% from 255 or 34.42% from 308); Blue value is 132 (51.95% from 255 or 42.86% from 308); Max value from RGB is 132 - color contains mainly: blue. Hex color #466A84 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #466A84 is #B9957B. Grayscale: #626262. Windows color (decimal): -12162428 or 8677958. OLE color: 8677958.

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

Color convert

RGB70106132-
CMYK0.470.2000.48
HSL205.16º30.69%39.61%-
HSV(B)205.16º46.97%51.76%-
XYZ11.8413.2823.77-
YUV98.2147.07107.89-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 22.73%
GREEN value IS 106 (41.80% from 255) = 34.42%
BLUE value IS 132 (51.95% from 255) = 42.86%
R=22.73%
G=34.42%
B=42.86%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal701061320.470.2000.48205.1630.6939.61
Hex466A842F14030cd1f28
Octal10615220457240603153750
Binary10001101101010100001001011111010001100001100110111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #466A84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #466A84; }

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

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

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

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

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

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

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

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