Html Css Color HEX #47328D Blue Gem

📋 copy color: '#47328D'

red 71 ◦ green 50 ◦ blue 141

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

Shades of Blue Gem #47328D

Tints of Blue Gem #47328D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 53.82%

R = 27.1%
G = 19.08%
B = 53.82%

CMYK

 C value IS 0.50

 M value IS 0.65

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#47328D (or 0x47328D) is known color: Blue Gem. HEX triplet: 47, 32 and 8D. RGB value is (71,50,141). Sum of RGB (Red+Green+Blue) = 71+50+141=262 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.10% from 262); Green value is 50 (19.92% from 255 or 19.08% from 262); Blue value is 141 (55.47% from 255 or 53.82% from 262); Max value from RGB is 141 - color contains mainly: blue. Hex color #47328D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #47328D is #B8CD72. Grayscale: #424242. Windows color (decimal): -12111219 or 9253447. OLE color: 9253447.

HSL color Cylindrical-coordinate representation of color #47328D: hue angle of 253.85º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #47328D is Cyan = 0.50, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 71 50 141 -
CMYK 0.50 0.65 0 0.45
HSL 253.85º 0.48% 0.37% -
HSV(B) 253.85º 0.65% 0.55% -
XYZ 8.55 5.54 25.82 -
YUV 66.65 169.96 131.1 -
System Red Green Blue C M Y K H S L
Decimal 71 50 141 0.50 0.65 0 0.45 253.85 0.48 0.37
Hex 47 32 8D 32 41 0 2D FE 30 25
Octal 107 62 215 62 101 0 55 376 60 45
Binary 1000111 110010 10001101 110010 1000001 0 101101 11111110 110000 100101

Color Harmonies of #47328D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47328D

Black with #47328D

Text Example


Text Example

White with #47328D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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