Html Css Color HEX #47308E Blue Gem

📋 copy color: '#47308E'

red 71 ◦ green 48 ◦ blue 142

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

Shades of Blue Gem #47308E

Tints of Blue Gem #47308E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 54.41%

R = 27.2%
G = 18.39%
B = 54.41%

CMYK

 C value IS 0.5

 M value IS 0.66

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#47308E (or 0x47308E) is known color: Blue Gem. HEX triplet: 47, 30 and 8E. RGB value is (71,48,142). Sum of RGB (Red+Green+Blue) = 71+48+142=261 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.20% from 261); Green value is 48 (19.14% from 255 or 18.39% from 261); Blue value is 142 (55.86% from 255 or 54.41% from 261); Max value from RGB is 142 - color contains mainly: blue. Hex color #47308E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #47308E is #B8CF71. Grayscale: #414141. Windows color (decimal): -12111730 or 9318471. OLE color: 9318471.

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

Color convert

RGB 71 48 142 -
CMYK 0.5 0.66 0 0.44
HSL 254.68º 0.49% 0.37% -
HSV(B) 254.68º 0.66% 0.56% -
XYZ 8.54 5.41 26.18 -
YUV 65.59 171.12 131.86 -
System Red Green Blue C M Y K H S L
Decimal 71 48 142 0.5 0.66 0 0.44 254.68 0.49 0.37
Hex 47 30 8E 32 42 0 2C FF 31 25
Octal 107 60 216 62 102 0 54 377 61 45
Binary 1000111 110000 10001110 110010 1000010 0 101100 11111111 110001 100101

Color Harmonies of #47308E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47308E

Black with #47308E

Text Example


Text Example

White with #47308E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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