Html Css Color HEX #47339C Blue Gem

📋 copy color: '#47339C'

red 71 ◦ green 51 ◦ blue 156

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

Shades of Blue Gem #47339C

Tints of Blue Gem #47339C

RGB

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

 GREEN value IS 51 (20.31% from 255) = 18.35%

 BLUE value IS 156 (61.33% from 255) = 56.12%

R = 25.54%
G = 18.35%
B = 56.12%

CMYK

 C value IS 0.54

 M value IS 0.67

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#47339C (or 0x47339C) is known color: Blue Gem. HEX triplet: 47, 33 and 9C. RGB value is (71,51,156). Sum of RGB (Red+Green+Blue) = 71+51+156=278 (36% of max value = 765). Red value is 71 (28.12% from 255 or 25.54% from 278); Green value is 51 (20.31% from 255 or 18.35% from 278); Blue value is 156 (61.33% from 255 or 56.12% from 278); Max value from RGB is 156 - color contains mainly: blue. Hex color #47339C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #47339C is #B8CC63. Grayscale: #444444. Windows color (decimal): -12110948 or 10236743. OLE color: 10236743.

HSL color Cylindrical-coordinate representation of color #47339C: hue angle of 251.43º degrees, saturation: 0.51, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #47339C is Cyan = 0.54, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 71 51 156 -
CMYK 0.54 0.67 0 0.39
HSL 251.43º 0.51% 0.41% -
HSV(B) 251.43º 0.67% 0.61% -
XYZ 9.78 6.11 32.12 -
YUV 68.95 177.13 129.46 -
System Red Green Blue C M Y K H S L
Decimal 71 51 156 0.54 0.67 0 0.39 251.43 0.51 0.41
Hex 47 33 9C 36 43 0 27 FB 33 29
Octal 107 63 234 66 103 0 47 373 63 51
Binary 1000111 110011 10011100 110110 1000011 0 100111 11111011 110011 101001

Color Harmonies of #47339C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47339C

Black with #47339C

Text Example


Text Example

White with #47339C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47339C; }

 p { color: rgb(71,51,156); }

 H1.HeaderClassName
 {
   color: #47339C;
 }
 .AnyTagClassName
 {
   color: #47339C;
 }
</style>

background-color css

<style>
 a { background-color: #47339C; }

 a { background-color: rgb(71,51,156); }

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

border-color css

<style>
 span { border-color: #47339C; }

 span { border-color: rgb(71,51,156); }

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