#466E8B

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

Shades of Wedgewood #466E8B

Tints of Wedgewood #466E8B

Color information

#466E8B (or 0x466E8B) is unknown color: approx Wedgewood. HEX triplet: 46, 6E and 8B. RGB value is (70,110,139). Sum of RGB (Red+Green+Blue) = 70+110+139=319 (42% of max value = 765). Red value is 70 (27.73% from 255 or 21.94% from 319); Green value is 110 (43.36% from 255 or 34.48% from 319); Blue value is 139 (54.69% from 255 or 43.57% from 319); Max value from RGB is 139 - color contains mainly: blue. Hex color #466E8B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #466E8B is #B99174. Grayscale: #656565. Windows color (decimal): -12161397 or 9137734. OLE color: 9137734.

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

Color convert

RGB70110139-
CMYK0.500.2100.45
HSL205.22º33.01%40.98%-
HSV(B)205.22º49.64%54.51%-
XYZ12.7614.3226.52-
YUV101.35149.25105.64-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 21.94%
GREEN value IS 110 (43.36% from 255) = 34.48%
BLUE value IS 139 (54.69% from 255) = 43.57%
R=21.94%
G=34.48%
B=43.57%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal701101390.500.2100.45205.2233.0140.98
Hex466E8B321502Dcd2129
Octal10615621362250553154151
Binary100011011011101000101111001010101010110111001101100001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #466E8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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