Html Css Color HEX #47384E Scarlet Gum

📋 copy color: '#47384E'

red 71 ◦ green 56 ◦ blue 78

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

Shades of Scarlet Gum #47384E

Tints of Scarlet Gum #47384E

RGB

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

 GREEN value IS 56 (22.27% from 255) = 27.32%

 BLUE value IS 78 (30.86% from 255) = 38.05%

R = 34.63%
G = 27.32%
B = 38.05%

CMYK

 C value IS 0.09

 M value IS 0.28

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#47384E (or 0x47384E) is known color: Scarlet Gum. HEX triplet: 47, 38 and 4E. RGB value is (71,56,78). Sum of RGB (Red+Green+Blue) = 71+56+78=205 (27% of max value = 765). Red value is 71 (28.12% from 255 or 34.63% from 205); Green value is 56 (22.27% from 255 or 27.32% from 205); Blue value is 78 (30.86% from 255 or 38.05% from 205); Max value from RGB is 78 - color contains mainly: blue. Hex color #47384E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47384E is #B8C7B1. Grayscale: #3E3E3E. Windows color (decimal): -12109746 or 5126215. OLE color: 5126215.

HSL color Cylindrical-coordinate representation of color #47384E: hue angle of 280.91º degrees, saturation: 0.16, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #47384E is Cyan = 0.09, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 71 56 78 -
CMYK 0.09 0.28 0 0.69
HSL 280.91º 0.16% 0.26% -
HSV(B) 280.91º 0.28% 0.31% -
XYZ 5.39 4.72 7.83 -
YUV 62.99 136.47 133.71 -
System Red Green Blue C M Y K H S L
Decimal 71 56 78 0.09 0.28 0 0.69 280.91 0.16 0.26
Hex 47 38 4E 9 1C 0 45 119 10 1A
Octal 107 70 116 11 34 0 105 431 20 32
Binary 1000111 111000 1001110 1001 11100 0 1000101 100011001 10000 11010

Color Harmonies of #47384E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47384E

Black with #47384E

Text Example


Text Example

White with #47384E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47384E; }

 p { color: rgb(71,56,78); }

 H1.HeaderClassName
 {
   color: #47384E;
 }
 .AnyTagClassName
 {
   color: #47384E;
 }
</style>

background-color css

<style>
 a { background-color: #47384E; }

 a { background-color: rgb(71,56,78); }

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

border-color css

<style>
 span { border-color: #47384E; }

 span { border-color: rgb(71,56,78); }

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