Html Css Color HEX #47379F Blue Gem

📋 copy color: '#47379F'

red 71 ◦ green 55 ◦ blue 159

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

Shades of Blue Gem #47379F

Tints of Blue Gem #47379F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 55.79%

R = 24.91%
G = 19.3%
B = 55.79%

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

#47379F (or 0x47379F) is known color: Blue Gem. HEX triplet: 47, 37 and 9F. RGB value is (71,55,159). Sum of RGB (Red+Green+Blue) = 71+55+159=285 (37% of max value = 765). Red value is 71 (28.12% from 255 or 24.91% from 285); Green value is 55 (21.88% from 255 or 19.30% from 285); Blue value is 159 (62.5% from 255 or 55.79% from 285); Max value from RGB is 159 - color contains mainly: blue. Hex color #47379F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #47379F is #B8C860. Grayscale: #474747. Windows color (decimal): -12109921 or 10434375. OLE color: 10434375.

HSL color Cylindrical-coordinate representation of color #47379F: hue angle of 249.23º degrees, saturation: 0.49, 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 #47379F is Cyan = 0.55, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 71 55 159 -
CMYK 0.55 0.65 0 0.38
HSL 249.23º 0.49% 0.42% -
HSV(B) 249.23º 0.65% 0.62% -
XYZ 10.22 6.58 33.53 -
YUV 71.64 177.3 127.54 -
System Red Green Blue C M Y K H S L
Decimal 71 55 159 0.55 0.65 0 0.38 249.23 0.49 0.42
Hex 47 37 9F 37 41 0 26 F9 31 2A
Octal 107 67 237 67 101 0 46 371 61 52
Binary 1000111 110111 10011111 110111 1000001 0 100110 11111001 110001 101010

Color Harmonies of #47379F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47379F

Black with #47379F

Text Example


Text Example

White with #47379F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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