Html Css Color HEX #47389C Blue Gem

📋 copy color: '#47389C'

red 71 ◦ green 56 ◦ blue 156

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

Shades of Blue Gem #47389C

Tints of Blue Gem #47389C

RGB

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

 GREEN value IS 56 (22.27% from 255) = 19.79%

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

R = 25.09%
G = 19.79%
B = 55.12%

CMYK

 C value IS 0.54

 M value IS 0.64

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#47389C (or 0x47389C) is known color: Blue Gem. HEX triplet: 47, 38 and 9C. RGB value is (71,56,156). Sum of RGB (Red+Green+Blue) = 71+56+156=283 (37% of max value = 765). Red value is 71 (28.12% from 255 or 25.09% from 283); Green value is 56 (22.27% from 255 or 19.79% from 283); Blue value is 156 (61.33% from 255 or 55.12% from 283); Max value from RGB is 156 - color contains mainly: blue. Hex color #47389C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #47389C is #B8C763. Grayscale: #474747. Windows color (decimal): -12109668 or 10238023. OLE color: 10238023.

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

Color convert

RGB 71 56 156 -
CMYK 0.54 0.64 0 0.39
HSL 249º 0.47% 0.42% -
HSV(B) 249º 0.64% 0.61% -
XYZ 10.01 6.57 32.19 -
YUV 71.89 175.47 127.37 -
System Red Green Blue C M Y K H S L
Decimal 71 56 156 0.54 0.64 0 0.39 249 0.47 0.42
Hex 47 38 9C 36 40 0 27 F9 2F 2A
Octal 107 70 234 66 100 0 47 371 57 52
Binary 1000111 111000 10011100 110110 1000000 0 100111 11111001 101111 101010

Color Harmonies of #47389C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47389C

Black with #47389C

Text Example


Text Example

White with #47389C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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