Html Css Color HEX #47348A Blue Gem

📋 copy color: '#47348A'

red 71 ◦ green 52 ◦ blue 138

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

Shades of Blue Gem #47348A

Tints of Blue Gem #47348A

RGB

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

 GREEN value IS 52 (20.7% from 255) = 19.92%

 BLUE value IS 138 (54.3% from 255) = 52.87%

R = 27.2%
G = 19.92%
B = 52.87%

CMYK

 C value IS 0.49

 M value IS 0.62

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#47348A (or 0x47348A) is known color: Blue Gem. HEX triplet: 47, 34 and 8A. RGB value is (71,52,138). Sum of RGB (Red+Green+Blue) = 71+52+138=261 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.20% from 261); Green value is 52 (20.70% from 255 or 19.92% from 261); Blue value is 138 (54.30% from 255 or 52.87% from 261); Max value from RGB is 138 - color contains mainly: blue. Hex color #47348A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #47348A is #B8CB75. Grayscale: #434343. Windows color (decimal): -12110710 or 9057351. OLE color: 9057351.

HSL color Cylindrical-coordinate representation of color #47348A: hue angle of 253.26º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #47348A is Cyan = 0.49, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 71 52 138 -
CMYK 0.49 0.62 0 0.46
HSL 253.26º 0.45% 0.37% -
HSV(B) 253.26º 0.62% 0.54% -
XYZ 8.41 5.63 24.69 -
YUV 67.49 167.79 130.51 -
System Red Green Blue C M Y K H S L
Decimal 71 52 138 0.49 0.62 0 0.46 253.26 0.45 0.37
Hex 47 34 8A 31 3E 0 2E FD 2D 25
Octal 107 64 212 61 76 0 56 375 55 45
Binary 1000111 110100 10001010 110001 111110 0 101110 11111101 101101 100101

Color Harmonies of #47348A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47348A

Black with #47348A

Text Example


Text Example

White with #47348A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47348A; }

 p { color: rgb(71,52,138); }

 H1.HeaderClassName
 {
   color: #47348A;
 }
 .AnyTagClassName
 {
   color: #47348A;
 }
</style>

background-color css

<style>
 a { background-color: #47348A; }

 a { background-color: rgb(71,52,138); }

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

border-color css

<style>
 span { border-color: #47348A; }

 span { border-color: rgb(71,52,138); }

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