#46628A

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

Shades of Wedgewood #46628A

Tints of Wedgewood #46628A

Color information

#46628A (or 0x46628A) is unknown color: approx Wedgewood. HEX triplet: 46, 62 and 8A. RGB value is (70,98,138). Sum of RGB (Red+Green+Blue) = 70+98+138=306 (40% of max value = 765). Red value is 70 (27.73% from 255 or 22.88% from 306); Green value is 98 (38.67% from 255 or 32.03% from 306); Blue value is 138 (54.30% from 255 or 45.10% from 306); Max value from RGB is 138 - color contains mainly: blue. Hex color #46628A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #46628A is #B99D75. Grayscale: #5E5E5E. Windows color (decimal): -12164470 or 9069126. OLE color: 9069126.

HSL color Cylindrical-coordinate representation of color #46628A: hue angle of 215.29º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #46628A is Cyan = 0.49, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB7098138-
CMYK0.490.2900.46
HSL215.29º32.69%40.78%-
HSV(B)215.29º49.28%54.12%-
XYZ11.4811.8725.73-
YUV94.19152.72110.75-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 22.88%
GREEN value IS 98 (38.67% from 255) = 32.03%
BLUE value IS 138 (54.30% from 255) = 45.10%
R=22.88%
G=32.03%
B=45.10%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal70981380.490.2900.46215.2932.6940.78
Hex46628A311D02Ed72129
Octal10614221261350563274151
Binary100011011000101000101011000111101010111011010111100001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46628A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46628A; }

 p { color: rgb(70,98,138); }

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

<style>
 a { background-color: #46628A; }

 a { background-color: rgb(70,98,138); }

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

<style>
 span { border-color: #46628A; }

 span { border-color: rgb(70,98,138); }

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