Html Css Color HEX #47299A Blue Gem

📋 copy color: '#47299A'

red 71 ◦ green 41 ◦ blue 154

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

Shades of Blue Gem #47299A

Tints of Blue Gem #47299A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 57.89%

R = 26.69%
G = 15.41%
B = 57.89%

CMYK

 C value IS 0.54

 M value IS 0.73

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#47299A (or 0x47299A) is known color: Blue Gem. HEX triplet: 47, 29 and 9A. RGB value is (71,41,154). Sum of RGB (Red+Green+Blue) = 71+41+154=266 (35% of max value = 765). Red value is 71 (28.12% from 255 or 26.69% from 266); Green value is 41 (16.41% from 255 or 15.41% from 266); Blue value is 154 (60.55% from 255 or 57.89% from 266); Max value from RGB is 154 - color contains mainly: blue. Hex color #47299A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #47299A is #B8D665. Grayscale: #3E3E3E. Windows color (decimal): -12113510 or 10103111. OLE color: 10103111.

HSL color Cylindrical-coordinate representation of color #47299A: hue angle of 255.93º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #47299A is Cyan = 0.54, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 71 41 154 -
CMYK 0.54 0.73 0 0.40
HSL 255.93º 0.58% 0.38% -
HSV(B) 255.93º 0.73% 0.6% -
XYZ 9.22 5.26 31.1 -
YUV 62.85 179.44 133.81 -
System Red Green Blue C M Y K H S L
Decimal 71 41 154 0.54 0.73 0 0.40 255.93 0.58 0.38
Hex 47 29 9A 36 49 0 28 100 3A 26
Octal 107 51 232 66 111 0 50 400 72 46
Binary 1000111 101001 10011010 110110 1001001 0 101000 100000000 111010 100110

Color Harmonies of #47299A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47299A

Black with #47299A

Text Example


Text Example

White with #47299A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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