Html Css Color HEX #47299D Blue Gem

📋 copy color: '#47299D'

red 71 ◦ green 41 ◦ blue 157

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

Shades of Blue Gem #47299D

Tints of Blue Gem #47299D

RGB

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

 GREEN value IS 41 (16.41% from 255) = 15.24%

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

R = 26.39%
G = 15.24%
B = 58.36%

CMYK

 C value IS 0.55

 M value IS 0.74

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#47299D (or 0x47299D) is known color: Blue Gem. HEX triplet: 47, 29 and 9D. RGB value is (71,41,157). Sum of RGB (Red+Green+Blue) = 71+41+157=269 (35% of max value = 765). Red value is 71 (28.12% from 255 or 26.39% from 269); Green value is 41 (16.41% from 255 or 15.24% from 269); Blue value is 157 (61.72% from 255 or 58.36% from 269); Max value from RGB is 157 - color contains mainly: blue. Hex color #47299D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #47299D is #B8D662. Grayscale: #3E3E3E. Windows color (decimal): -12113507 or 10299719. OLE color: 10299719.

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

Color convert

RGB 71 41 157 -
CMYK 0.55 0.74 0 0.38
HSL 255.52º 0.59% 0.39% -
HSV(B) 255.52º 0.74% 0.62% -
XYZ 9.48 5.36 32.43 -
YUV 63.19 180.94 133.57 -
System Red Green Blue C M Y K H S L
Decimal 71 41 157 0.55 0.74 0 0.38 255.52 0.59 0.39
Hex 47 29 9D 37 4A 0 26 100 3B 27
Octal 107 51 235 67 112 0 46 400 73 47
Binary 1000111 101001 10011101 110111 1001010 0 100110 100000000 111011 100111

Color Harmonies of #47299D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47299D

Black with #47299D

Text Example


Text Example

White with #47299D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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