#47658D

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

Shades of Wedgewood #47658D

Tints of Wedgewood #47658D

Color information

#47658D (or 0x47658D) is unknown color: approx Wedgewood. HEX triplet: 47, 65 and 8D. RGB value is (71,101,141). Sum of RGB (Red+Green+Blue) = 71+101+141=313 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.68% from 313); Green value is 101 (39.84% from 255 or 32.27% from 313); Blue value is 141 (55.47% from 255 or 45.05% from 313); Max value from RGB is 141 - color contains mainly: blue. Hex color #47658D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #47658D is #B89A72. Grayscale: #606060. Windows color (decimal): -12098163 or 9266503. OLE color: 9266503.

HSL color Cylindrical-coordinate representation of color #47658D: hue angle of 214.29º 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 #47658D is Cyan = 0.50, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB71101141-
CMYK0.500.2800.45
HSL214.29º33.02%41.57%-
HSV(B)214.29º49.65%55.29%-
XYZ12.0612.5726.99-
YUV96.59153.06109.75-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 22.68%
GREEN value IS 101 (39.84% from 255) = 32.27%
BLUE value IS 141 (55.47% from 255) = 45.05%
R=22.68%
G=32.27%
B=45.05%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal711011410.500.2800.45214.2933.0241.57
Hex47658D321C02Dd6212a
Octal10714521562340553264152
Binary100011111001011000110111001011100010110111010110100001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47658D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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