#47647B

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

Shades of Wedgewood #47647B

Tints of Wedgewood #47647B

Color information

#47647B (or 0x47647B) is unknown color: approx Wedgewood. HEX triplet: 47, 64 and 7B. RGB value is (71,100,123). Sum of RGB (Red+Green+Blue) = 71+100+123=294 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.15% from 294); Green value is 100 (39.45% from 255 or 34.01% from 294); Blue value is 123 (48.44% from 255 or 41.84% from 294); Max value from RGB is 123 - color contains mainly: blue. Hex color #47647B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47647B is #B89B84. Grayscale: #5D5D5D. Windows color (decimal): -12098437 or 8086599. OLE color: 8086599.

HSL color Cylindrical-coordinate representation of color #47647B: hue angle of 206.54º degrees, saturation: 0.27, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #47647B is Cyan = 0.42, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB71100123-
CMYK0.420.1900.52
HSL206.54º26.8%38.04%-
HSV(B)206.54º42.28%48.24%-
XYZ10.7311.8820.47-
YUV93.95144.39111.63-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 24.15%
GREEN value IS 100 (39.45% from 255) = 34.01%
BLUE value IS 123 (48.44% from 255) = 41.84%
R=24.15%
G=34.01%
B=41.84%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal711001230.420.1900.52206.5426.838.04
Hex47647B2A13034cf1b26
Octal10714417352230643173346
Binary1000111110010011110111010101001101101001100111111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47647B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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