#46678A

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

Shades of Wedgewood #46678A

Tints of Wedgewood #46678A

Color information

#46678A (or 0x46678A) is unknown color: approx Wedgewood. HEX triplet: 46, 67 and 8A. RGB value is (70,103,138). Sum of RGB (Red+Green+Blue) = 70+103+138=311 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.51% from 311); Green value is 103 (40.62% from 255 or 33.12% from 311); Blue value is 138 (54.30% from 255 or 44.37% from 311); Max value from RGB is 138 - color contains mainly: blue. Hex color #46678A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #46678A is #B99875. Grayscale: #606060. Windows color (decimal): -12163190 or 9070406. OLE color: 9070406.

HSL color Cylindrical-coordinate representation of color #46678A: hue angle of 210.88º 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 #46678A is Cyan = 0.49, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB70103138-
CMYK0.490.2500.46
HSL210.88º32.69%40.78%-
HSV(B)210.88º49.28%54.12%-
XYZ11.9612.8425.89-
YUV97.12151.07108.65-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 22.51%
GREEN value IS 103 (40.62% from 255) = 33.12%
BLUE value IS 138 (54.30% from 255) = 44.37%
R=22.51%
G=33.12%
B=44.37%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal701031380.490.2500.46210.8832.6940.78
Hex46678A311902Ed32129
Octal10614721261310563234151
Binary100011011001111000101011000111001010111011010011100001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46678A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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