#46668D

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

Shades of Wedgewood #46668D

Tints of Wedgewood #46668D

Color information

#46668D (or 0x46668D) is unknown color: approx Wedgewood. HEX triplet: 46, 66 and 8D. RGB value is (70,102,141). Sum of RGB (Red+Green+Blue) = 70+102+141=313 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.36% from 313); Green value is 102 (40.23% from 255 or 32.59% from 313); Blue value is 141 (55.47% from 255 or 45.05% from 313); Max value from RGB is 141 - color contains mainly: blue. Hex color #46668D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #46668D is #B99972. Grayscale: #606060. Windows color (decimal): -12163443 or 9266758. OLE color: 9266758.

HSL color Cylindrical-coordinate representation of color #46668D: hue angle of 212.96º degrees, saturation: 0.34, 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 #46668D is Cyan = 0.50, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB70102141-
CMYK0.500.2800.45
HSL212.96º33.65%41.37%-
HSV(B)212.96º50.35%55.29%-
XYZ12.0812.7327.02-
YUV96.88152.9108.83-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 22.36%
GREEN value IS 102 (40.23% from 255) = 32.59%
BLUE value IS 141 (55.47% from 255) = 45.05%
R=22.36%
G=32.59%
B=45.05%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal701021410.500.2800.45212.9633.6541.37
Hex46668D321C02Dd52229
Octal10614621562340553254251
Binary100011011001101000110111001011100010110111010101100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46668D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46668D; }

 p { color: rgb(70,102,141); }

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

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

 a { background-color: rgb(70,102,141); }

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

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

 span { border-color: rgb(70,102,141); }

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