Html Css Color HEX #47677F Wedgewood

📋 copy color: '#47677F'

red 71 ◦ green 103 ◦ blue 127

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

Shades of Wedgewood #47677F

Tints of Wedgewood #47677F

RGB

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

 GREEN value IS 103 (40.63% from 255) = 34.22%

 BLUE value IS 127 (50% from 255) = 42.19%

R = 23.59%
G = 34.22%
B = 42.19%

CMYK

 C value IS 0.44

 M value IS 0.19

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#47677F (or 0x47677F) is known color: Wedgewood. HEX triplet: 47, 67 and 7F. RGB value is (71,103,127). Sum of RGB (Red+Green+Blue) = 71+103+127=301 (39% of max value = 765). Red value is 71 (28.12% from 255 or 23.59% from 301); Green value is 103 (40.62% from 255 or 34.22% from 301); Blue value is 127 (50% from 255 or 42.19% from 301); Max value from RGB is 127 - color contains mainly: blue. Hex color #47677F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47677F is #B89880. Grayscale: #606060. Windows color (decimal): -12097665 or 8349511. OLE color: 8349511.

HSL color Cylindrical-coordinate representation of color #47677F: hue angle of 205.71º degrees, saturation: 0.28, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #47677F is Cyan = 0.44, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 71 103 127 -
CMYK 0.44 0.19 0 0.50
HSL 205.71º 0.28% 0.39% -
HSV(B) 205.71º 0.44% 0.5% -
XYZ 11.28 12.57 21.91 -
YUV 96.17 145.4 110.05 -
System Red Green Blue C M Y K H S L
Decimal 71 103 127 0.44 0.19 0 0.50 205.71 0.28 0.39
Hex 47 67 7F 2C 13 0 32 CE 1C 27
Octal 107 147 177 54 23 0 62 316 34 47
Binary 1000111 1100111 1111111 101100 10011 0 110010 11001110 11100 100111

Color Harmonies of #47677F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47677F

Black with #47677F

Text Example


Text Example

White with #47677F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47677F; }

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

 H1.HeaderClassName
 {
   color: #47677F;
 }
 .AnyTagClassName
 {
   color: #47677F;
 }
</style>

background-color css

<style>
 a { background-color: #47677F; }

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

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

border-color css

<style>
 span { border-color: #47677F; }

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

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