Html Css Color HEX #47308C Blue Gem

📋 copy color: '#47308C'

red 71 ◦ green 48 ◦ blue 140

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

Shades of Blue Gem #47308C

Tints of Blue Gem #47308C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 54.05%

R = 27.41%
G = 18.53%
B = 54.05%

CMYK

 C value IS 0.49

 M value IS 0.66

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#47308C (or 0x47308C) is known color: Blue Gem. HEX triplet: 47, 30 and 8C. RGB value is (71,48,140). Sum of RGB (Red+Green+Blue) = 71+48+140=259 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.41% from 259); Green value is 48 (19.14% from 255 or 18.53% from 259); Blue value is 140 (55.08% from 255 or 54.05% from 259); Max value from RGB is 140 - color contains mainly: blue. Hex color #47308C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #47308C is #B8CF73. Grayscale: #414141. Windows color (decimal): -12111732 or 9187399. OLE color: 9187399.

HSL color Cylindrical-coordinate representation of color #47308C: hue angle of 255º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #47308C is Cyan = 0.49, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 71 48 140 -
CMYK 0.49 0.66 0 0.45
HSL 255º 0.49% 0.37% -
HSV(B) 255º 0.66% 0.55% -
XYZ 8.39 5.35 25.4 -
YUV 65.37 170.12 132.02 -
System Red Green Blue C M Y K H S L
Decimal 71 48 140 0.49 0.66 0 0.45 255 0.49 0.37
Hex 47 30 8C 31 42 0 2D FF 31 25
Octal 107 60 214 61 102 0 55 377 61 45
Binary 1000111 110000 10001100 110001 1000010 0 101101 11111111 110001 100101

Color Harmonies of #47308C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47308C

Black with #47308C

Text Example


Text Example

White with #47308C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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