Html Css Color HEX #47647D Wedgewood

📋 copy color: '#47647D'

red 71 ◦ green 100 ◦ blue 125

#47647D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wedgewood #47647D

Tints of Wedgewood #47647D

RGB

 RED value IS 71 (28.13% from 255) = 23.99%

 GREEN value IS 100 (39.45% from 255) = 33.78%

 BLUE value IS 125 (49.22% from 255) = 42.23%

R = 23.99%
G = 33.78%
B = 42.23%

CMYK

 C value IS 0.43

 M value IS 0.2

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#47647D (or 0x47647D) is known color: Wedgewood. HEX triplet: 47, 64 and 7D. RGB value is (71,100,125). Sum of RGB (Red+Green+Blue) = 71+100+125=296 (39% of max value = 765). Red value is 71 (28.12% from 255 or 23.99% from 296); Green value is 100 (39.45% from 255 or 33.78% from 296); Blue value is 125 (49.22% from 255 or 42.23% from 296); Max value from RGB is 125 - color contains mainly: blue. Hex color #47647D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47647D is #B89B82. Grayscale: #5E5E5E. Windows color (decimal): -12098435 or 8217671. OLE color: 8217671.

HSL color Cylindrical-coordinate representation of color #47647D: hue angle of 207.78º degrees, saturation: 0.28, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #47647D is Cyan = 0.43, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 71 100 125 -
CMYK 0.43 0.2 0 0.51
HSL 207.78º 0.28% 0.38% -
HSV(B) 207.78º 0.43% 0.49% -
XYZ 10.86 11.93 21.13 -
YUV 94.18 145.39 111.47 -
System Red Green Blue C M Y K H S L
Decimal 71 100 125 0.43 0.2 0 0.51 207.78 0.28 0.38
Hex 47 64 7D 2B 14 0 33 D0 1C 26
Octal 107 144 175 53 24 0 63 320 34 46
Binary 1000111 1100100 1111101 101011 10100 0 110011 11010000 11100 100110

Color Harmonies of #47647D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47647D

Black with #47647D

Text Example


Text Example

White with #47647D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #47647D;
 }
 .AnyTagClassName
 {
   color: #47647D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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