#46618D

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

Shades of Wedgewood #46618D

Tints of Wedgewood #46618D

Color information

#46618D (or 0x46618D) is unknown color: approx Wedgewood. HEX triplet: 46, 61 and 8D. RGB value is (70,97,141). Sum of RGB (Red+Green+Blue) = 70+97+141=308 (40% of max value = 765). Red value is 70 (27.73% from 255 or 22.73% from 308); Green value is 97 (38.28% from 255 or 31.49% from 308); Blue value is 141 (55.47% from 255 or 45.78% from 308); Max value from RGB is 141 - color contains mainly: blue. Hex color #46618D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #46618D is #B99E72. Grayscale: #5D5D5D. Windows color (decimal): -12164723 or 9265478. OLE color: 9265478.

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

Color convert

RGB7097141-
CMYK0.500.3100.45
HSL217.18º33.65%41.37%-
HSV(B)217.18º50.35%55.29%-
XYZ11.6111.7726.86-
YUV93.94154.55110.92-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 22.73%
GREEN value IS 97 (38.28% from 255) = 31.49%
BLUE value IS 141 (55.47% from 255) = 45.78%
R=22.73%
G=31.49%
B=45.78%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal70971410.500.3100.45217.1833.6541.37
Hex46618D321F02Dd92229
Octal10614121562370553314251
Binary100011011000011000110111001011111010110111011001100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46618D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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