#466D8A

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

Shades of Wedgewood #466D8A

Tints of Wedgewood #466D8A

Color information

#466D8A (or 0x466D8A) is unknown color: approx Wedgewood. HEX triplet: 46, 6D and 8A. RGB value is (70,109,138). Sum of RGB (Red+Green+Blue) = 70+109+138=317 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.08% from 317); Green value is 109 (42.97% from 255 or 34.38% from 317); Blue value is 138 (54.30% from 255 or 43.53% from 317); Max value from RGB is 138 - color contains mainly: blue. Hex color #466D8A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #466D8A is #B99275. Grayscale: #646464. Windows color (decimal): -12161654 or 9071942. OLE color: 9071942.

HSL color Cylindrical-coordinate representation of color #466D8A: hue angle of 205.59º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #466D8A is Cyan = 0.49, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB70109138-
CMYK0.490.2100.46
HSL205.59º32.69%40.78%-
HSV(B)205.59º49.28%54.12%-
XYZ12.5814.0726.1-
YUV100.64149.08106.14-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 22.08%
GREEN value IS 109 (42.97% from 255) = 34.38%
BLUE value IS 138 (54.30% from 255) = 43.53%
R=22.08%
G=34.38%
B=43.53%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal701091380.490.2100.46205.5932.6940.78
Hex466D8A311502Ece2129
Octal10615521261250563164151
Binary100011011011011000101011000110101010111011001110100001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #466D8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,109,138); }

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

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

 a { background-color: rgb(70,109,138); }

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

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

 span { border-color: rgb(70,109,138); }

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