Html Css Color HEX #47339D Blue Gem

📋 copy color: '#47339D'

red 71 ◦ green 51 ◦ blue 157

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

Shades of Blue Gem #47339D

Tints of Blue Gem #47339D

RGB

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

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

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

R = 25.45%
G = 18.28%
B = 56.27%

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

#47339D (or 0x47339D) is known color: Blue Gem. HEX triplet: 47, 33 and 9D. RGB value is (71,51,157). Sum of RGB (Red+Green+Blue) = 71+51+157=279 (36% of max value = 765). Red value is 71 (28.12% from 255 or 25.45% from 279); Green value is 51 (20.31% from 255 or 18.28% from 279); Blue value is 157 (61.72% from 255 or 56.27% from 279); Max value from RGB is 157 - color contains mainly: blue. Hex color #47339D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #47339D is #B8CC62. Grayscale: #444444. Windows color (decimal): -12110947 or 10302279. OLE color: 10302279.

HSL color Cylindrical-coordinate representation of color #47339D: hue angle of 251.32º degrees, saturation: 0.51, 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 #47339D is Cyan = 0.55, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 71 51 157 -
CMYK 0.55 0.68 0 0.38
HSL 251.32º 0.51% 0.41% -
HSV(B) 251.32º 0.68% 0.62% -
XYZ 9.87 6.14 32.56 -
YUV 69.06 177.63 129.38 -
System Red Green Blue C M Y K H S L
Decimal 71 51 157 0.55 0.68 0 0.38 251.32 0.51 0.41
Hex 47 33 9D 37 44 0 26 FB 33 29
Octal 107 63 235 67 104 0 46 373 63 51
Binary 1000111 110011 10011101 110111 1000100 0 100110 11111011 110011 101001

Color Harmonies of #47339D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47339D

Black with #47339D

Text Example


Text Example

White with #47339D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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