#466D8B

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

Shades of Wedgewood #466D8B

Tints of Wedgewood #466D8B

Color information

#466D8B (or 0x466D8B) is unknown color: approx Wedgewood. HEX triplet: 46, 6D and 8B. RGB value is (70,109,139). Sum of RGB (Red+Green+Blue) = 70+109+139=318 (42% of max value = 765). Red value is 70 (27.73% from 255 or 22.01% from 318); Green value is 109 (42.97% from 255 or 34.28% from 318); Blue value is 139 (54.69% from 255 or 43.71% from 318); Max value from RGB is 139 - color contains mainly: blue. Hex color #466D8B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #466D8B is #B99274. Grayscale: #646464. Windows color (decimal): -12161653 or 9137478. OLE color: 9137478.

HSL color Cylindrical-coordinate representation of color #466D8B: hue angle of 206.09º 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 #466D8B is Cyan = 0.50, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB70109139-
CMYK0.500.2200.45
HSL206.09º33.01%40.98%-
HSV(B)206.09º49.64%54.51%-
XYZ12.6514.126.48-
YUV100.76149.58106.06-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 22.01%
GREEN value IS 109 (42.97% from 255) = 34.28%
BLUE value IS 139 (54.69% from 255) = 43.71%
R=22.01%
G=34.28%
B=43.71%

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
Decimal701091390.500.2200.45206.0933.0140.98
Hex466D8B321602Dce2129
Octal10615521362260553164151
Binary100011011011011000101111001010110010110111001110100001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #466D8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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