Html Css Color HEX #47249F Blue Gem

📋 copy color: '#47249F'

red 71 ◦ green 36 ◦ blue 159

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

Shades of Blue Gem #47249F

Tints of Blue Gem #47249F

RGB

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

 GREEN value IS 36 (14.45% from 255) = 13.53%

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

R = 26.69%
G = 13.53%
B = 59.77%

CMYK

 C value IS 0.55

 M value IS 0.77

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#47249F (or 0x47249F) is known color: Blue Gem. HEX triplet: 47, 24 and 9F. RGB value is (71,36,159). Sum of RGB (Red+Green+Blue) = 71+36+159=266 (35% of max value = 765). Red value is 71 (28.12% from 255 or 26.69% from 266); Green value is 36 (14.45% from 255 or 13.53% from 266); Blue value is 159 (62.5% from 255 or 59.77% from 266); Max value from RGB is 159 - color contains mainly: blue. Hex color #47249F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #47249F is #B8DB60. Grayscale: #3C3C3C. Windows color (decimal): -12114785 or 10429511. OLE color: 10429511.

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

Color convert

RGB 71 36 159 -
CMYK 0.55 0.77 0 0.38
HSL 257.07º 0.63% 0.38% -
HSV(B) 257.07º 0.77% 0.62% -
XYZ 9.49 5.1 33.29 -
YUV 60.49 183.6 135.5 -
System Red Green Blue C M Y K H S L
Decimal 71 36 159 0.55 0.77 0 0.38 257.07 0.63 0.38
Hex 47 24 9F 37 4D 0 26 101 3F 26
Octal 107 44 237 67 115 0 46 401 77 46
Binary 1000111 100100 10011111 110111 1001101 0 100110 100000001 111111 100110

Color Harmonies of #47249F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47249F

Black with #47249F

Text Example


Text Example

White with #47249F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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