Html Css Color HEX #47309D Blue Gem

📋 copy color: '#47309D'

red 71 ◦ green 48 ◦ blue 157

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

Shades of Blue Gem #47309D

Tints of Blue Gem #47309D

RGB

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

 GREEN value IS 48 (19.14% from 255) = 17.39%

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

R = 25.72%
G = 17.39%
B = 56.88%

CMYK

 C value IS 0.55

 M value IS 0.69

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#47309D (or 0x47309D) is known color: Blue Gem. HEX triplet: 47, 30 and 9D. RGB value is (71,48,157). Sum of RGB (Red+Green+Blue) = 71+48+157=276 (36% of max value = 765). Red value is 71 (28.12% from 255 or 25.72% from 276); Green value is 48 (19.14% from 255 or 17.39% from 276); Blue value is 157 (61.72% from 255 or 56.88% from 276); Max value from RGB is 157 - color contains mainly: blue. Hex color #47309D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #47309D is #B8CF62. Grayscale: #424242. Windows color (decimal): -12111715 or 10301511. OLE color: 10301511.

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

Color convert

RGB 71 48 157 -
CMYK 0.55 0.69 0 0.38
HSL 252.66º 0.53% 0.4% -
HSV(B) 252.66º 0.69% 0.62% -
XYZ 9.74 5.89 32.52 -
YUV 67.3 178.62 130.64 -
System Red Green Blue C M Y K H S L
Decimal 71 48 157 0.55 0.69 0 0.38 252.66 0.53 0.4
Hex 47 30 9D 37 45 0 26 FD 35 28
Octal 107 60 235 67 105 0 46 375 65 50
Binary 1000111 110000 10011101 110111 1000101 0 100110 11111101 110101 101000

Color Harmonies of #47309D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47309D

Black with #47309D

Text Example


Text Example

White with #47309D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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