#46698E

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

Shades of Wedgewood #46698E

Tints of Wedgewood #46698E

Color information

#46698E (or 0x46698E) is unknown color: approx Wedgewood. HEX triplet: 46, 69 and 8E. RGB value is (70,105,142). Sum of RGB (Red+Green+Blue) = 70+105+142=317 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.08% from 317); Green value is 105 (41.41% from 255 or 33.12% from 317); Blue value is 142 (55.86% from 255 or 44.79% from 317); Max value from RGB is 142 - color contains mainly: blue. Hex color #46698E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #46698E is #B99671. Grayscale: #626262. Windows color (decimal): -12162674 or 9333062. OLE color: 9333062.

HSL color Cylindrical-coordinate representation of color #46698E: hue angle of 210.83º 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 #46698E is Cyan = 0.51, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB70105142-
CMYK0.510.2600.44
HSL210.83º33.96%41.57%-
HSV(B)210.83º50.7%55.69%-
XYZ12.4613.3627.51-
YUV98.75152.4107.49-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 22.08%
GREEN value IS 105 (41.41% from 255) = 33.12%
BLUE value IS 142 (55.86% from 255) = 44.79%
R=22.08%
G=33.12%
B=44.79%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal701051420.510.2600.44210.8333.9641.57
Hex46698E331A02Cd3222a
Octal10615121663320543234252
Binary100011011010011000111011001111010010110011010011100010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46698E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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