#47648A

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

Shades of Wedgewood #47648A

Tints of Wedgewood #47648A

Color information

#47648A (or 0x47648A) is unknown color: approx Wedgewood. HEX triplet: 47, 64 and 8A. RGB value is (71,100,138). Sum of RGB (Red+Green+Blue) = 71+100+138=309 (40% of max value = 765). Red value is 71 (28.12% from 255 or 22.98% from 309); Green value is 100 (39.45% from 255 or 32.36% from 309); Blue value is 138 (54.30% from 255 or 44.66% from 309); Max value from RGB is 138 - color contains mainly: blue. Hex color #47648A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #47648A is #B89B75. Grayscale: #5F5F5F. Windows color (decimal): -12098422 or 9069639. OLE color: 9069639.

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

Color convert

RGB71100138-
CMYK0.490.2800.46
HSL214.03º32.06%40.98%-
HSV(B)214.03º48.55%54.12%-
XYZ11.7412.2925.8-
YUV95.66151.89110.41-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 22.98%
GREEN value IS 100 (39.45% from 255) = 32.36%
BLUE value IS 138 (54.30% from 255) = 44.66%
R=22.98%
G=32.36%
B=44.66%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal711001380.490.2800.46214.0332.0640.98
Hex47648A311C02Ed62029
Octal10714421261340563264051
Binary100011111001001000101011000111100010111011010110100000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47648A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,100,138); }

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

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

 a { background-color: rgb(71,100,138); }

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

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

 span { border-color: rgb(71,100,138); }

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