Html Css Color HEX #47618A Wedgewood

📋 copy color: '#47618A'

red 71 ◦ green 97 ◦ blue 138

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

Shades of Wedgewood #47618A

Tints of Wedgewood #47618A

RGB

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

 GREEN value IS 97 (38.28% from 255) = 31.7%

 BLUE value IS 138 (54.3% from 255) = 45.1%

R = 23.2%
G = 31.7%
B = 45.1%

CMYK

 C value IS 0.49

 M value IS 0.30

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#47618A (or 0x47618A) is known color: Wedgewood. HEX triplet: 47, 61 and 8A. RGB value is (71,97,138). Sum of RGB (Red+Green+Blue) = 71+97+138=306 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.20% from 306); Green value is 97 (38.28% from 255 or 31.70% from 306); Blue value is 138 (54.30% from 255 or 45.10% from 306); Max value from RGB is 138 - color contains mainly: blue. Hex color #47618A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #47618A is #B89E75. Grayscale: #5D5D5D. Windows color (decimal): -12099190 or 9068871. OLE color: 9068871.

HSL color Cylindrical-coordinate representation of color #47618A: hue angle of 216.72º degrees, saturation: 0.32, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #47618A is Cyan = 0.49, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 71 97 138 -
CMYK 0.49 0.30 0 0.46
HSL 216.72º 0.32% 0.41% -
HSV(B) 216.72º 0.49% 0.54% -
XYZ 11.46 11.72 25.7 -
YUV 93.9 152.89 111.67 -
System Red Green Blue C M Y K H S L
Decimal 71 97 138 0.49 0.30 0 0.46 216.72 0.32 0.41
Hex 47 61 8A 31 1E 0 2E D9 20 29
Octal 107 141 212 61 36 0 56 331 40 51
Binary 1000111 1100001 10001010 110001 11110 0 101110 11011001 100000 101001

Color Harmonies of #47618A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47618A

Black with #47618A

Text Example


Text Example

White with #47618A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,97,138); }

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

background-color css

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

 a { background-color: rgb(71,97,138); }

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

border-color css

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

 span { border-color: rgb(71,97,138); }

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