#46718D

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

Shades of Wedgewood #46718D

Tints of Wedgewood #46718D

Color information

#46718D (or 0x46718D) is unknown color: approx Wedgewood. HEX triplet: 46, 71 and 8D. RGB value is (70,113,141). Sum of RGB (Red+Green+Blue) = 70+113+141=324 (42% of max value = 765). Red value is 70 (27.73% from 255 or 21.60% from 324); Green value is 113 (44.53% from 255 or 34.88% from 324); Blue value is 141 (55.47% from 255 or 43.52% from 324); Max value from RGB is 141 - color contains mainly: blue. Hex color #46718D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #46718D is #B98E72. Grayscale: #676767. Windows color (decimal): -12160627 or 9269574. OLE color: 9269574.

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

Color convert

RGB70113141-
CMYK0.500.2000.45
HSL203.66º33.65%41.37%-
HSV(B)203.66º50.35%55.29%-
XYZ13.2415.0427.4-
YUV103.34149.25104.22-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 21.60%
GREEN value IS 113 (44.53% from 255) = 34.88%
BLUE value IS 141 (55.47% from 255) = 43.52%
R=21.60%
G=34.88%
B=43.52%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal701131410.500.2000.45203.6633.6541.37
Hex46718D321402Dcc2229
Octal10616121562240553144251
Binary100011011100011000110111001010100010110111001100100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46718D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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