#46678B

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

Shades of Wedgewood #46678B

Tints of Wedgewood #46678B

Color information

#46678B (or 0x46678B) is unknown color: approx Wedgewood. HEX triplet: 46, 67 and 8B. RGB value is (70,103,139). Sum of RGB (Red+Green+Blue) = 70+103+139=312 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.44% from 312); Green value is 103 (40.62% from 255 or 33.01% from 312); Blue value is 139 (54.69% from 255 or 44.55% from 312); Max value from RGB is 139 - color contains mainly: blue. Hex color #46678B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #46678B is #B99874. Grayscale: #616161. Windows color (decimal): -12163189 or 9135942. OLE color: 9135942.

HSL color Cylindrical-coordinate representation of color #46678B: hue angle of 211.3º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #46678B is Cyan = 0.50, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB70103139-
CMYK0.500.2600.45
HSL211.3º33.01%40.98%-
HSV(B)211.3º49.64%54.51%-
XYZ12.0412.8726.28-
YUV97.24151.57108.57-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 22.44%
GREEN value IS 103 (40.62% from 255) = 33.01%
BLUE value IS 139 (54.69% from 255) = 44.55%
R=22.44%
G=33.01%
B=44.55%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal701031390.500.2600.45211.333.0140.98
Hex46678B321A02Dd32129
Octal10614721362320553234151
Binary100011011001111000101111001011010010110111010011100001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46678B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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