Html Css Color HEX #47289F Blue Gem

📋 copy color: '#47289F'

red 71 ◦ green 40 ◦ blue 159

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

Shades of Blue Gem #47289F

Tints of Blue Gem #47289F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 58.89%

R = 26.3%
G = 14.81%
B = 58.89%

CMYK

 C value IS 0.55

 M value IS 0.75

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#47289F (or 0x47289F) is known color: Blue Gem. HEX triplet: 47, 28 and 9F. RGB value is (71,40,159). Sum of RGB (Red+Green+Blue) = 71+40+159=270 (35% of max value = 765). Red value is 71 (28.12% from 255 or 26.30% from 270); Green value is 40 (16.02% from 255 or 14.81% from 270); Blue value is 159 (62.5% from 255 or 58.89% from 270); Max value from RGB is 159 - color contains mainly: blue. Hex color #47289F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #47289F is #B8D760. Grayscale: #3E3E3E. Windows color (decimal): -12113761 or 10430535. OLE color: 10430535.

HSL color Cylindrical-coordinate representation of color #47289F: hue angle of 255.63º degrees, saturation: 0.6, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #47289F is Cyan = 0.55, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 71 40 159 -
CMYK 0.55 0.75 0 0.38
HSL 255.63º 0.6% 0.39% -
HSV(B) 255.63º 0.75% 0.62% -
XYZ 9.62 5.36 33.33 -
YUV 62.84 182.27 133.82 -
System Red Green Blue C M Y K H S L
Decimal 71 40 159 0.55 0.75 0 0.38 255.63 0.6 0.39
Hex 47 28 9F 37 4B 0 26 100 3C 27
Octal 107 50 237 67 113 0 46 400 74 47
Binary 1000111 101000 10011111 110111 1001011 0 100110 100000000 111100 100111

Color Harmonies of #47289F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47289F

Black with #47289F

Text Example


Text Example

White with #47289F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47289F; }

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

 H1.HeaderClassName
 {
   color: #47289F;
 }
 .AnyTagClassName
 {
   color: #47289F;
 }
</style>

background-color css

<style>
 a { background-color: #47289F; }

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

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

border-color css

<style>
 span { border-color: #47289F; }

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

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