#466D8C

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

Shades of Wedgewood #466D8C

Tints of Wedgewood #466D8C

Color information

#466D8C (or 0x466D8C) is unknown color: approx Wedgewood. HEX triplet: 46, 6D and 8C. RGB value is (70,109,140). Sum of RGB (Red+Green+Blue) = 70+109+140=319 (42% of max value = 765). Red value is 70 (27.73% from 255 or 21.94% from 319); Green value is 109 (42.97% from 255 or 34.17% from 319); Blue value is 140 (55.08% from 255 or 43.89% from 319); Max value from RGB is 140 - color contains mainly: blue. Hex color #466D8C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #466D8C is #B99273. Grayscale: #646464. Windows color (decimal): -12161652 or 9203014. OLE color: 9203014.

HSL color Cylindrical-coordinate representation of color #466D8C: hue angle of 206.57º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #466D8C is Cyan = 0.50, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB70109140-
CMYK0.500.2200.45
HSL206.57º33.33%41.18%-
HSV(B)206.57º50%54.9%-
XYZ12.7314.1326.87-
YUV100.87150.08105.98-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 21.94%
GREEN value IS 109 (42.97% from 255) = 34.17%
BLUE value IS 140 (55.08% from 255) = 43.89%
R=21.94%
G=34.17%
B=43.89%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal701091400.500.2200.45206.5733.3341.18
Hex466D8C321602Dcf2129
Octal10615521462260553174151
Binary100011011011011000110011001010110010110111001111100001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #466D8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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