#46648E

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

Shades of Wedgewood #46648E

Tints of Wedgewood #46648E

Color information

#46648E (or 0x46648E) is unknown color: approx Wedgewood. HEX triplet: 46, 64 and 8E. RGB value is (70,100,142). Sum of RGB (Red+Green+Blue) = 70+100+142=312 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.44% from 312); Green value is 100 (39.45% from 255 or 32.05% from 312); Blue value is 142 (55.86% from 255 or 45.51% from 312); Max value from RGB is 142 - color contains mainly: blue. Hex color #46648E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #46648E is #B99B71. Grayscale: #5F5F5F. Windows color (decimal): -12163954 or 9331782. OLE color: 9331782.

HSL color Cylindrical-coordinate representation of color #46648E: hue angle of 215º degrees, saturation: 0.34, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #46648E is Cyan = 0.51, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB70100142-
CMYK0.510.3000.44
HSL215º33.96%41.57%-
HSV(B)215º50.7%55.69%-
XYZ11.9712.3727.35-
YUV95.82154.06109.58-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 22.44%
GREEN value IS 100 (39.45% from 255) = 32.05%
BLUE value IS 142 (55.86% from 255) = 45.51%
R=22.44%
G=32.05%
B=45.51%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal701001420.510.3000.4421533.9641.57
Hex46648E331E02Cd7222a
Octal10614421663360543274252
Binary100011011001001000111011001111110010110011010111100010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46648E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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