Html Css Color HEX #47667F Wedgewood

📋 copy color: '#47667F'

red 71 ◦ green 102 ◦ blue 127

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

Shades of Wedgewood #47667F

Tints of Wedgewood #47667F

RGB

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

 GREEN value IS 102 (40.23% from 255) = 34%

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

R = 23.67%
G = 34%
B = 42.33%

CMYK

 C value IS 0.44

 M value IS 0.20

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#47667F (or 0x47667F) is known color: Wedgewood. HEX triplet: 47, 66 and 7F. RGB value is (71,102,127). Sum of RGB (Red+Green+Blue) = 71+102+127=300 (39% of max value = 765). Red value is 71 (28.12% from 255 or 23.67% from 300); Green value is 102 (40.23% from 255 or 34% from 300); Blue value is 127 (50% from 255 or 42.33% from 300); Max value from RGB is 127 - color contains mainly: blue. Hex color #47667F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47667F is #B89980. Grayscale: #5F5F5F. Windows color (decimal): -12097921 or 8349255. OLE color: 8349255.

HSL color Cylindrical-coordinate representation of color #47667F: hue angle of 206.79º 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 #47667F is Cyan = 0.44, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 71 102 127 -
CMYK 0.44 0.20 0 0.50
HSL 206.79º 0.28% 0.39% -
HSV(B) 206.79º 0.44% 0.5% -
XYZ 11.18 12.37 21.88 -
YUV 95.58 145.73 110.47 -
System Red Green Blue C M Y K H S L
Decimal 71 102 127 0.44 0.20 0 0.50 206.79 0.28 0.39
Hex 47 66 7F 2C 14 0 32 CF 1C 27
Octal 107 146 177 54 24 0 62 317 34 47
Binary 1000111 1100110 1111111 101100 10100 0 110010 11001111 11100 100111

Color Harmonies of #47667F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47667F

Black with #47667F

Text Example


Text Example

White with #47667F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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