Html Css Color HEX #47618D Wedgewood

📋 copy color: '#47618D'

red 71 ◦ green 97 ◦ blue 141

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

Shades of Wedgewood #47618D

Tints of Wedgewood #47618D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 45.63%

R = 22.98%
G = 31.39%
B = 45.63%

CMYK

 C value IS 0.50

 M value IS 0.31

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#47618D (or 0x47618D) is known color: Wedgewood. HEX triplet: 47, 61 and 8D. RGB value is (71,97,141). Sum of RGB (Red+Green+Blue) = 71+97+141=309 (40% of max value = 765). Red value is 71 (28.12% from 255 or 22.98% from 309); Green value is 97 (38.28% from 255 or 31.39% from 309); Blue value is 141 (55.47% from 255 or 45.63% from 309); Max value from RGB is 141 - color contains mainly: blue. Hex color #47618D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #47618D is #B89E72. Grayscale: #5E5E5E. Windows color (decimal): -12099187 or 9265479. OLE color: 9265479.

HSL color Cylindrical-coordinate representation of color #47618D: hue angle of 217.71º degrees, saturation: 0.33, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #47618D is Cyan = 0.50, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 71 97 141 -
CMYK 0.50 0.31 0 0.45
HSL 217.71º 0.33% 0.42% -
HSV(B) 217.71º 0.5% 0.55% -
XYZ 11.68 11.81 26.86 -
YUV 94.24 154.39 111.42 -
System Red Green Blue C M Y K H S L
Decimal 71 97 141 0.50 0.31 0 0.45 217.71 0.33 0.42
Hex 47 61 8D 32 1F 0 2D DA 21 2A
Octal 107 141 215 62 37 0 55 332 41 52
Binary 1000111 1100001 10001101 110010 11111 0 101101 11011010 100001 101010

Color Harmonies of #47618D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47618D

Black with #47618D

Text Example


Text Example

White with #47618D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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