Html Css Color HEX #47379C Blue Gem

📋 copy color: '#47379C'

red 71 ◦ green 55 ◦ blue 156

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

Shades of Blue Gem #47379C

Tints of Blue Gem #47379C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 55.32%

R = 25.18%
G = 19.5%
B = 55.32%

CMYK

 C value IS 0.54

 M value IS 0.65

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#47379C (or 0x47379C) is known color: Blue Gem. HEX triplet: 47, 37 and 9C. RGB value is (71,55,156). Sum of RGB (Red+Green+Blue) = 71+55+156=282 (37% of max value = 765). Red value is 71 (28.12% from 255 or 25.18% from 282); Green value is 55 (21.88% from 255 or 19.50% from 282); Blue value is 156 (61.33% from 255 or 55.32% from 282); Max value from RGB is 156 - color contains mainly: blue. Hex color #47379C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #47379C is #B8C863. Grayscale: #464646. Windows color (decimal): -12109924 or 10237767. OLE color: 10237767.

HSL color Cylindrical-coordinate representation of color #47379C: hue angle of 249.5º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #47379C is Cyan = 0.54, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 71 55 156 -
CMYK 0.54 0.65 0 0.39
HSL 249.5º 0.48% 0.41% -
HSV(B) 249.5º 0.65% 0.61% -
XYZ 9.97 6.47 32.18 -
YUV 71.3 175.8 127.79 -
System Red Green Blue C M Y K H S L
Decimal 71 55 156 0.54 0.65 0 0.39 249.5 0.48 0.41
Hex 47 37 9C 36 41 0 27 FA 30 29
Octal 107 67 234 66 101 0 47 372 60 51
Binary 1000111 110111 10011100 110110 1000001 0 100111 11111010 110000 101001

Color Harmonies of #47379C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47379C

Black with #47379C

Text Example


Text Example

White with #47379C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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