Html Css Color HEX #47627A Wedgewood

📋 copy color: '#47627A'

red 71 ◦ green 98 ◦ blue 122

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

Shades of Wedgewood #47627A

Tints of Wedgewood #47627A

RGB

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

 GREEN value IS 98 (38.67% from 255) = 33.68%

 BLUE value IS 122 (48.05% from 255) = 41.92%

R = 24.4%
G = 33.68%
B = 41.92%

CMYK

 C value IS 0.42

 M value IS 0.20

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#47627A (or 0x47627A) is known color: Wedgewood. HEX triplet: 47, 62 and 7A. RGB value is (71,98,122). Sum of RGB (Red+Green+Blue) = 71+98+122=291 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.40% from 291); Green value is 98 (38.67% from 255 or 33.68% from 291); Blue value is 122 (48.05% from 255 or 41.92% from 291); Max value from RGB is 122 - color contains mainly: blue. Hex color #47627A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47627A is #B89D85. Grayscale: #5C5C5C. Windows color (decimal): -12098950 or 8020551. OLE color: 8020551.

HSL color Cylindrical-coordinate representation of color #47627A: hue angle of 208.24º degrees, saturation: 0.26, 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 #47627A is Cyan = 0.42, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 71 98 122 -
CMYK 0.42 0.20 0 0.52
HSL 208.24º 0.26% 0.38% -
HSV(B) 208.24º 0.42% 0.48% -
XYZ 10.48 11.48 20.08 -
YUV 92.66 144.55 112.55 -
System Red Green Blue C M Y K H S L
Decimal 71 98 122 0.42 0.20 0 0.52 208.24 0.26 0.38
Hex 47 62 7A 2A 14 0 34 D0 1A 26
Octal 107 142 172 52 24 0 64 320 32 46
Binary 1000111 1100010 1111010 101010 10100 0 110100 11010000 11010 100110

Color Harmonies of #47627A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47627A

Black with #47627A

Text Example


Text Example

White with #47627A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,98,122); }

 H1.HeaderClassName
 {
   color: #47627A;
 }
 .AnyTagClassName
 {
   color: #47627A;
 }
</style>

background-color css

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

 a { background-color: rgb(71,98,122); }

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

border-color css

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

 span { border-color: rgb(71,98,122); }

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