Html Css Color HEX #47637C Wedgewood

📋 copy color: '#47637C'

red 71 ◦ green 99 ◦ blue 124

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

Shades of Wedgewood #47637C

Tints of Wedgewood #47637C

RGB

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

 GREEN value IS 99 (39.06% from 255) = 33.67%

 BLUE value IS 124 (48.83% from 255) = 42.18%

R = 24.15%
G = 33.67%
B = 42.18%

CMYK

 C value IS 0.43

 M value IS 0.20

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#47637C (or 0x47637C) is known color: Wedgewood. HEX triplet: 47, 63 and 7C. RGB value is (71,99,124). Sum of RGB (Red+Green+Blue) = 71+99+124=294 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.15% from 294); Green value is 99 (39.06% from 255 or 33.67% from 294); Blue value is 124 (48.83% from 255 or 42.18% from 294); Max value from RGB is 124 - color contains mainly: blue. Hex color #47637C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47637C is #B89C83. Grayscale: #5D5D5D. Windows color (decimal): -12098692 or 8151879. OLE color: 8151879.

HSL color Cylindrical-coordinate representation of color #47637C: hue angle of 208.3º degrees, saturation: 0.27, 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 #47637C is Cyan = 0.43, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 71 99 124 -
CMYK 0.43 0.20 0 0.51
HSL 208.3º 0.27% 0.38% -
HSV(B) 208.3º 0.43% 0.49% -
XYZ 10.7 11.72 20.77 -
YUV 93.48 145.22 111.97 -
System Red Green Blue C M Y K H S L
Decimal 71 99 124 0.43 0.20 0 0.51 208.3 0.27 0.38
Hex 47 63 7C 2B 14 0 33 D0 1B 26
Octal 107 143 174 53 24 0 63 320 33 46
Binary 1000111 1100011 1111100 101011 10100 0 110011 11010000 11011 100110

Color Harmonies of #47637C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47637C

Black with #47637C

Text Example


Text Example

White with #47637C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47637C; }

 p { color: rgb(71,99,124); }

 H1.HeaderClassName
 {
   color: #47637C;
 }
 .AnyTagClassName
 {
   color: #47637C;
 }
</style>

background-color css

<style>
 a { background-color: #47637C; }

 a { background-color: rgb(71,99,124); }

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

border-color css

<style>
 span { border-color: #47637C; }

 span { border-color: rgb(71,99,124); }

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