Html Css Color HEX #47289C Blue Gem

📋 copy color: '#47289C'

red 71 ◦ green 40 ◦ blue 156

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

Shades of Blue Gem #47289C

Tints of Blue Gem #47289C

RGB

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

 GREEN value IS 40 (16.02% from 255) = 14.98%

 BLUE value IS 156 (61.33% from 255) = 58.43%

R = 26.59%
G = 14.98%
B = 58.43%

CMYK

 C value IS 0.54

 M value IS 0.74

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#47289C (or 0x47289C) is known color: Blue Gem. HEX triplet: 47, 28 and 9C. RGB value is (71,40,156). Sum of RGB (Red+Green+Blue) = 71+40+156=267 (35% of max value = 765). Red value is 71 (28.12% from 255 or 26.59% from 267); Green value is 40 (16.02% from 255 or 14.98% from 267); Blue value is 156 (61.33% from 255 or 58.43% from 267); Max value from RGB is 156 - color contains mainly: blue. Hex color #47289C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #47289C is #B8D763. Grayscale: #3E3E3E. Windows color (decimal): -12113764 or 10233927. OLE color: 10233927.

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

Color convert

RGB 71 40 156 -
CMYK 0.54 0.74 0 0.39
HSL 256.03º 0.59% 0.38% -
HSV(B) 256.03º 0.74% 0.61% -
XYZ 9.36 5.26 31.97 -
YUV 62.49 180.77 134.07 -
System Red Green Blue C M Y K H S L
Decimal 71 40 156 0.54 0.74 0 0.39 256.03 0.59 0.38
Hex 47 28 9C 36 4A 0 27 100 3B 26
Octal 107 50 234 66 112 0 47 400 73 46
Binary 1000111 101000 10011100 110110 1001010 0 100111 100000000 111011 100110

Color Harmonies of #47289C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47289C

Black with #47289C

Text Example


Text Example

White with #47289C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47289C; }

 p { color: rgb(71,40,156); }

 H1.HeaderClassName
 {
   color: #47289C;
 }
 .AnyTagClassName
 {
   color: #47289C;
 }
</style>

background-color css

<style>
 a { background-color: #47289C; }

 a { background-color: rgb(71,40,156); }

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

border-color css

<style>
 span { border-color: #47289C; }

 span { border-color: rgb(71,40,156); }

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