#46668E

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

Shades of Wedgewood #46668E

Tints of Wedgewood #46668E

Color information

#46668E (or 0x46668E) is unknown color: approx Wedgewood. HEX triplet: 46, 66 and 8E. RGB value is (70,102,142). Sum of RGB (Red+Green+Blue) = 70+102+142=314 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.29% from 314); Green value is 102 (40.23% from 255 or 32.48% from 314); Blue value is 142 (55.86% from 255 or 45.22% from 314); Max value from RGB is 142 - color contains mainly: blue. Hex color #46668E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #46668E is #B99971. Grayscale: #606060. Windows color (decimal): -12163442 or 9332294. OLE color: 9332294.

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

Color convert

RGB70102142-
CMYK0.510.2800.44
HSL213.33º33.96%41.57%-
HSV(B)213.33º50.7%55.69%-
XYZ12.1612.7627.41-
YUV96.99153.4108.75-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 22.29%
GREEN value IS 102 (40.23% from 255) = 32.48%
BLUE value IS 142 (55.86% from 255) = 45.22%
R=22.29%
G=32.48%
B=45.22%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal701021420.510.2800.44213.3333.9641.57
Hex46668E331C02Cd5222a
Octal10614621663340543254252
Binary100011011001101000111011001111100010110011010101100010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46668E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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