Html Css Color HEX #47368D Blue Gem

📋 copy color: '#47368D'

red 71 ◦ green 54 ◦ blue 141

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

Shades of Blue Gem #47368D

Tints of Blue Gem #47368D

RGB

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

 GREEN value IS 54 (21.48% from 255) = 20.3%

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

R = 26.69%
G = 20.3%
B = 53.01%

CMYK

 C value IS 0.50

 M value IS 0.62

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#47368D (or 0x47368D) is known color: Blue Gem. HEX triplet: 47, 36 and 8D. RGB value is (71,54,141). Sum of RGB (Red+Green+Blue) = 71+54+141=266 (35% of max value = 765). Red value is 71 (28.12% from 255 or 26.69% from 266); Green value is 54 (21.48% from 255 or 20.30% from 266); Blue value is 141 (55.47% from 255 or 53.01% from 266); Max value from RGB is 141 - color contains mainly: blue. Hex color #47368D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #47368D is #B8C972. Grayscale: #444444. Windows color (decimal): -12110195 or 9254471. OLE color: 9254471.

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

Color convert

RGB 71 54 141 -
CMYK 0.50 0.62 0 0.45
HSL 251.72º 0.45% 0.38% -
HSV(B) 251.72º 0.62% 0.55% -
XYZ 8.73 5.9 25.88 -
YUV 69 168.63 129.43 -
System Red Green Blue C M Y K H S L
Decimal 71 54 141 0.50 0.62 0 0.45 251.72 0.45 0.38
Hex 47 36 8D 32 3E 0 2D FC 2D 26
Octal 107 66 215 62 76 0 55 374 55 46
Binary 1000111 110110 10001101 110010 111110 0 101101 11111100 101101 100110

Color Harmonies of #47368D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47368D

Black with #47368D

Text Example


Text Example

White with #47368D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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