Html Css Color HEX #47288E Blue Gem

📋 copy color: '#47288E'

red 71 ◦ green 40 ◦ blue 142

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

Shades of Blue Gem #47288E

Tints of Blue Gem #47288E

RGB

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

 GREEN value IS 40 (16.02% from 255) = 15.81%

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

R = 28.06%
G = 15.81%
B = 56.13%

CMYK

 C value IS 0.5

 M value IS 0.72

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#47288E (or 0x47288E) is known color: Blue Gem. HEX triplet: 47, 28 and 8E. RGB value is (71,40,142). Sum of RGB (Red+Green+Blue) = 71+40+142=253 (33% of max value = 765). Red value is 71 (28.12% from 255 or 28.06% from 253); Green value is 40 (16.02% from 255 or 15.81% from 253); Blue value is 142 (55.86% from 255 or 56.13% from 253); Max value from RGB is 142 - color contains mainly: blue. Hex color #47288E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #47288E is #B8D771. Grayscale: #3C3C3C. Windows color (decimal): -12113778 or 9316423. OLE color: 9316423.

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

Color convert

RGB 71 40 142 -
CMYK 0.5 0.72 0 0.44
HSL 258.24º 0.56% 0.36% -
HSV(B) 258.24º 0.72% 0.56% -
XYZ 8.24 4.81 26.09 -
YUV 60.9 173.77 135.21 -
System Red Green Blue C M Y K H S L
Decimal 71 40 142 0.5 0.72 0 0.44 258.24 0.56 0.36
Hex 47 28 8E 32 48 0 2C 102 38 24
Octal 107 50 216 62 110 0 54 402 70 44
Binary 1000111 101000 10001110 110010 1001000 0 101100 100000010 111000 100100

Color Harmonies of #47288E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47288E

Black with #47288E

Text Example


Text Example

White with #47288E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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