Html Css Color HEX #47379D Blue Gem

📋 copy color: '#47379D'

red 71 ◦ green 55 ◦ blue 157

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

Shades of Blue Gem #47379D

Tints of Blue Gem #47379D

RGB

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

 GREEN value IS 55 (21.88% from 255) = 19.43%

 BLUE value IS 157 (61.72% from 255) = 55.48%

R = 25.09%
G = 19.43%
B = 55.48%

CMYK

 C value IS 0.55

 M value IS 0.65

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#47379D (or 0x47379D) is known color: Blue Gem. HEX triplet: 47, 37 and 9D. RGB value is (71,55,157). Sum of RGB (Red+Green+Blue) = 71+55+157=283 (37% of max value = 765). Red value is 71 (28.12% from 255 or 25.09% from 283); Green value is 55 (21.88% from 255 or 19.43% from 283); Blue value is 157 (61.72% from 255 or 55.48% from 283); Max value from RGB is 157 - color contains mainly: blue. Hex color #47379D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #47379D is #B8C862. Grayscale: #474747. Windows color (decimal): -12109923 or 10303303. OLE color: 10303303.

HSL color Cylindrical-coordinate representation of color #47379D: hue angle of 249.41º degrees, saturation: 0.48, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #47379D is Cyan = 0.55, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 71 55 157 -
CMYK 0.55 0.65 0 0.38
HSL 249.41º 0.48% 0.42% -
HSV(B) 249.41º 0.65% 0.62% -
XYZ 10.05 6.51 32.62 -
YUV 71.41 176.3 127.71 -
System Red Green Blue C M Y K H S L
Decimal 71 55 157 0.55 0.65 0 0.38 249.41 0.48 0.42
Hex 47 37 9D 37 41 0 26 F9 30 2A
Octal 107 67 235 67 101 0 46 371 60 52
Binary 1000111 110111 10011101 110111 1000001 0 100110 11111001 110000 101010

Color Harmonies of #47379D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47379D

Black with #47379D

Text Example


Text Example

White with #47379D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,55,157); }

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

background-color css

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

 a { background-color: rgb(71,55,157); }

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

border-color css

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

 span { border-color: rgb(71,55,157); }

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