Html Css Color HEX #47378D Blue Gem

📋 copy color: '#47378D'

red 71 ◦ green 55 ◦ blue 141

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

Shades of Blue Gem #47378D

Tints of Blue Gem #47378D

RGB

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

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

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

R = 26.59%
G = 20.6%
B = 52.81%

CMYK

 C value IS 0.50

 M value IS 0.61

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#47378D (or 0x47378D) is known color: Blue Gem. HEX triplet: 47, 37 and 8D. RGB value is (71,55,141). Sum of RGB (Red+Green+Blue) = 71+55+141=267 (35% of max value = 765). Red value is 71 (28.12% from 255 or 26.59% from 267); Green value is 55 (21.88% from 255 or 20.60% from 267); Blue value is 141 (55.47% from 255 or 52.81% from 267); Max value from RGB is 141 - color contains mainly: blue. Hex color #47378D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #47378D is #B8C872. Grayscale: #454545. Windows color (decimal): -12109939 or 9254727. OLE color: 9254727.

HSL color Cylindrical-coordinate representation of color #47378D: hue angle of 251.16º degrees, saturation: 0.44, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #47378D is Cyan = 0.50, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 71 55 141 -
CMYK 0.50 0.61 0 0.45
HSL 251.16º 0.44% 0.38% -
HSV(B) 251.16º 0.61% 0.55% -
XYZ 8.77 6 25.89 -
YUV 69.59 168.3 129.01 -
System Red Green Blue C M Y K H S L
Decimal 71 55 141 0.50 0.61 0 0.45 251.16 0.44 0.38
Hex 47 37 8D 32 3D 0 2D FB 2C 26
Octal 107 67 215 62 75 0 55 373 54 46
Binary 1000111 110111 10001101 110010 111101 0 101101 11111011 101100 100110

Color Harmonies of #47378D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47378D

Black with #47378D

Text Example


Text Example

White with #47378D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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