Html Css Color HEX #47359C Blue Gem

📋 copy color: '#47359C'

red 71 ◦ green 53 ◦ blue 156

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

Shades of Blue Gem #47359C

Tints of Blue Gem #47359C

RGB

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

 GREEN value IS 53 (21.09% from 255) = 18.93%

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

R = 25.36%
G = 18.93%
B = 55.71%

CMYK

 C value IS 0.54

 M value IS 0.66

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#47359C (or 0x47359C) is known color: Blue Gem. HEX triplet: 47, 35 and 9C. RGB value is (71,53,156). Sum of RGB (Red+Green+Blue) = 71+53+156=280 (37% of max value = 765). Red value is 71 (28.12% from 255 or 25.36% from 280); Green value is 53 (21.09% from 255 or 18.93% from 280); Blue value is 156 (61.33% from 255 or 55.71% from 280); Max value from RGB is 156 - color contains mainly: blue. Hex color #47359C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #47359C is #B8CA63. Grayscale: #454545. Windows color (decimal): -12110436 or 10237255. OLE color: 10237255.

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

Color convert

RGB 71 53 156 -
CMYK 0.54 0.66 0 0.39
HSL 250.49º 0.49% 0.41% -
HSV(B) 250.49º 0.66% 0.61% -
XYZ 9.87 6.29 32.15 -
YUV 70.12 176.46 128.62 -
System Red Green Blue C M Y K H S L
Decimal 71 53 156 0.54 0.66 0 0.39 250.49 0.49 0.41
Hex 47 35 9C 36 42 0 27 FA 31 29
Octal 107 65 234 66 102 0 47 372 61 51
Binary 1000111 110101 10011100 110110 1000010 0 100111 11111010 110001 101001

Color Harmonies of #47359C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47359C

Black with #47359C

Text Example


Text Example

White with #47359C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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