#466186

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

Shades of Wedgewood #466186

Tints of Wedgewood #466186

Color information

#466186 (or 0x466186) is unknown color: approx Wedgewood. HEX triplet: 46, 61 and 86. RGB value is (70,97,134). Sum of RGB (Red+Green+Blue) = 70+97+134=301 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.26% from 301); Green value is 97 (38.28% from 255 or 32.23% from 301); Blue value is 134 (52.73% from 255 or 44.52% from 301); Max value from RGB is 134 - color contains mainly: blue. Hex color #466186 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #466186 is #B99E79. Grayscale: #5C5C5C. Windows color (decimal): -12164730 or 8806726. OLE color: 8806726.

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

Color convert

RGB7097134-
CMYK0.480.2800.47
HSL214.69º31.37%40%-
HSV(B)214.69º47.76%52.55%-
XYZ11.111.5724.2-
YUV93.14151.05111.49-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 23.26%
GREEN value IS 97 (38.28% from 255) = 32.23%
BLUE value IS 134 (52.73% from 255) = 44.52%
R=23.26%
G=32.23%
B=44.52%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal70971340.480.2800.47214.6931.3740
Hex466186301C02Fd71f28
Octal10614120660340573273750
Binary10001101100001100001101100001110001011111101011111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #466186

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #466186; }

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

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

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

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

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

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

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

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