#466C86

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

Shades of Wedgewood #466C86

Tints of Wedgewood #466C86

Color information

#466C86 (or 0x466C86) is unknown color: approx Wedgewood. HEX triplet: 46, 6C and 86. RGB value is (70,108,134). Sum of RGB (Red+Green+Blue) = 70+108+134=312 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.44% from 312); Green value is 108 (42.58% from 255 or 34.62% from 312); Blue value is 134 (52.73% from 255 or 42.95% from 312); Max value from RGB is 134 - color contains mainly: blue. Hex color #466C86 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #466C86 is #B99379. Grayscale: #636363. Windows color (decimal): -12161914 or 8809542. OLE color: 8809542.

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

Color convert

RGB70108134-
CMYK0.480.1900.47
HSL204.38º31.37%40%-
HSV(B)204.38º47.76%52.55%-
XYZ12.1913.7524.57-
YUV99.6147.41106.89-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 22.44%
GREEN value IS 108 (42.58% from 255) = 34.62%
BLUE value IS 134 (52.73% from 255) = 42.95%
R=22.44%
G=34.62%
B=42.95%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal701081340.480.1900.47204.3831.3740
Hex466C86301302Fcc1f28
Octal10615420660230573143750
Binary10001101101100100001101100001001101011111100110011111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #466C86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,108,134); }

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

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

 a { background-color: rgb(70,108,134); }

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

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

 span { border-color: rgb(70,108,134); }

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