Html Css Color HEX #47299E Blue Gem

📋 copy color: '#47299E'

red 71 ◦ green 41 ◦ blue 158

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

Shades of Blue Gem #47299E

Tints of Blue Gem #47299E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 58.52%

R = 26.3%
G = 15.19%
B = 58.52%

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

#47299E (or 0x47299E) is known color: Blue Gem. HEX triplet: 47, 29 and 9E. RGB value is (71,41,158). Sum of RGB (Red+Green+Blue) = 71+41+158=270 (35% of max value = 765). Red value is 71 (28.12% from 255 or 26.30% from 270); Green value is 41 (16.41% from 255 or 15.19% from 270); Blue value is 158 (62.11% from 255 or 58.52% from 270); Max value from RGB is 158 - color contains mainly: blue. Hex color #47299E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #47299E is #B8D661. Grayscale: #3E3E3E. Windows color (decimal): -12113506 or 10365255. OLE color: 10365255.

HSL color Cylindrical-coordinate representation of color #47299E: hue angle of 255.38º 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 #47299E is Cyan = 0.55, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 71 41 158 -
CMYK 0.55 0.74 0 0.38
HSL 255.38º 0.59% 0.39% -
HSV(B) 255.38º 0.74% 0.62% -
XYZ 9.56 5.39 32.88 -
YUV 63.31 181.44 133.49 -
System Red Green Blue C M Y K H S L
Decimal 71 41 158 0.55 0.74 0 0.38 255.38 0.59 0.39
Hex 47 29 9E 37 4A 0 26 FF 3B 27
Octal 107 51 236 67 112 0 46 377 73 47
Binary 1000111 101001 10011110 110111 1001010 0 100110 11111111 111011 100111

Color Harmonies of #47299E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47299E

Black with #47299E

Text Example


Text Example

White with #47299E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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