Html Css Color HEX #47329D Blue Gem

📋 copy color: '#47329D'

red 71 ◦ green 50 ◦ blue 157

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

Shades of Blue Gem #47329D

Tints of Blue Gem #47329D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 56.47%

R = 25.54%
G = 17.99%
B = 56.47%

CMYK

 C value IS 0.55

 M value IS 0.68

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#47329D (or 0x47329D) is known color: Blue Gem. HEX triplet: 47, 32 and 9D. RGB value is (71,50,157). Sum of RGB (Red+Green+Blue) = 71+50+157=278 (36% of max value = 765). Red value is 71 (28.12% from 255 or 25.54% from 278); Green value is 50 (19.92% from 255 or 17.99% from 278); Blue value is 157 (61.72% from 255 or 56.47% from 278); Max value from RGB is 157 - color contains mainly: blue. Hex color #47329D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #47329D is #B8CD62. Grayscale: #444444. Windows color (decimal): -12111203 or 10302023. OLE color: 10302023.

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

Color convert

RGB 71 50 157 -
CMYK 0.55 0.68 0 0.38
HSL 251.78º 0.52% 0.41% -
HSV(B) 251.78º 0.68% 0.62% -
XYZ 9.82 6.06 32.55 -
YUV 68.48 177.96 129.8 -
System Red Green Blue C M Y K H S L
Decimal 71 50 157 0.55 0.68 0 0.38 251.78 0.52 0.41
Hex 47 32 9D 37 44 0 26 FC 34 29
Octal 107 62 235 67 104 0 46 374 64 51
Binary 1000111 110010 10011101 110111 1000100 0 100110 11111100 110100 101001

Color Harmonies of #47329D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47329D

Black with #47329D

Text Example


Text Example

White with #47329D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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