Html Css Color HEX #47329F Blue Gem

📋 copy color: '#47329F'

red 71 ◦ green 50 ◦ blue 159

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

Shades of Blue Gem #47329F

Tints of Blue Gem #47329F

RGB

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

 GREEN value IS 50 (19.92% from 255) = 17.86%

 BLUE value IS 159 (62.5% from 255) = 56.79%

R = 25.36%
G = 17.86%
B = 56.79%

CMYK

 C value IS 0.55

 M value IS 0.69

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#47329F (or 0x47329F) is known color: Blue Gem. HEX triplet: 47, 32 and 9F. RGB value is (71,50,159). Sum of RGB (Red+Green+Blue) = 71+50+159=280 (37% of max value = 765). Red value is 71 (28.12% from 255 or 25.36% from 280); Green value is 50 (19.92% from 255 or 17.86% from 280); Blue value is 159 (62.5% from 255 or 56.79% from 280); Max value from RGB is 159 - color contains mainly: blue. Hex color #47329F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #47329F is #B8CD60. Grayscale: #444444. Windows color (decimal): -12111201 or 10433095. OLE color: 10433095.

HSL color Cylindrical-coordinate representation of color #47329F: hue angle of 251.56º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #47329F is Cyan = 0.55, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 71 50 159 -
CMYK 0.55 0.69 0 0.38
HSL 251.56º 0.52% 0.41% -
HSV(B) 251.56º 0.69% 0.62% -
XYZ 10 6.12 33.46 -
YUV 68.71 178.96 129.64 -
System Red Green Blue C M Y K H S L
Decimal 71 50 159 0.55 0.69 0 0.38 251.56 0.52 0.41
Hex 47 32 9F 37 45 0 26 FC 34 29
Octal 107 62 237 67 105 0 46 374 64 51
Binary 1000111 110010 10011111 110111 1000101 0 100110 11111100 110100 101001

Color Harmonies of #47329F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47329F

Black with #47329F

Text Example


Text Example

White with #47329F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47329F; }

 p { color: rgb(71,50,159); }

 H1.HeaderClassName
 {
   color: #47329F;
 }
 .AnyTagClassName
 {
   color: #47329F;
 }
</style>

background-color css

<style>
 a { background-color: #47329F; }

 a { background-color: rgb(71,50,159); }

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

border-color css

<style>
 span { border-color: #47329F; }

 span { border-color: rgb(71,50,159); }

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