#47678D

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

Shades of Wedgewood #47678D

Tints of Wedgewood #47678D

Color information

#47678D (or 0x47678D) is unknown color: approx Wedgewood. HEX triplet: 47, 67 and 8D. RGB value is (71,103,141). Sum of RGB (Red+Green+Blue) = 71+103+141=315 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.54% from 315); Green value is 103 (40.62% from 255 or 32.70% from 315); Blue value is 141 (55.47% from 255 or 44.76% from 315); Max value from RGB is 141 - color contains mainly: blue. Hex color #47678D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #47678D is #B89872. Grayscale: #616161. Windows color (decimal): -12097651 or 9267015. OLE color: 9267015.

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

Color convert

RGB71103141-
CMYK0.500.2700.45
HSL212.57º33.02%41.57%-
HSV(B)212.57º49.65%55.29%-
XYZ12.2612.9627.06-
YUV97.76152.4108.91-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 22.54%
GREEN value IS 103 (40.62% from 255) = 32.70%
BLUE value IS 141 (55.47% from 255) = 44.76%
R=22.54%
G=32.70%
B=44.76%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal711031410.500.2700.45212.5733.0241.57
Hex47678D321B02Dd5212a
Octal10714721562330553254152
Binary100011111001111000110111001011011010110111010101100001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47678D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47678D; }

 p { color: rgb(71,103,141); }

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

<style>
 a { background-color: #47678D; }

 a { background-color: rgb(71,103,141); }

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

<style>
 span { border-color: #47678D; }

 span { border-color: rgb(71,103,141); }

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