#46648D

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

Shades of Wedgewood #46648D

Tints of Wedgewood #46648D

Color information

#46648D (or 0x46648D) is unknown color: approx Wedgewood. HEX triplet: 46, 64 and 8D. RGB value is (70,100,141). Sum of RGB (Red+Green+Blue) = 70+100+141=311 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.51% from 311); Green value is 100 (39.45% from 255 or 32.15% from 311); Blue value is 141 (55.47% from 255 or 45.34% from 311); Max value from RGB is 141 - color contains mainly: blue. Hex color #46648D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #46648D is #B99B72. Grayscale: #5F5F5F. Windows color (decimal): -12163955 or 9266246. OLE color: 9266246.

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

Color convert

RGB70100141-
CMYK0.500.2900.45
HSL214.65º33.65%41.37%-
HSV(B)214.65º50.35%55.29%-
XYZ11.8912.3426.95-
YUV95.7153.56109.67-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 22.51%
GREEN value IS 100 (39.45% from 255) = 32.15%
BLUE value IS 141 (55.47% from 255) = 45.34%
R=22.51%
G=32.15%
B=45.34%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal701001410.500.2900.45214.6533.6541.37
Hex46648D321D02Dd72229
Octal10614421562350553274251
Binary100011011001001000110111001011101010110111010111100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46648D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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