Html Css Color HEX #47249B Blue Gem

📋 copy color: '#47249B'

red 71 ◦ green 36 ◦ blue 155

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

Shades of Blue Gem #47249B

Tints of Blue Gem #47249B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 59.16%

R = 27.1%
G = 13.74%
B = 59.16%

CMYK

 C value IS 0.54

 M value IS 0.77

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#47249B (or 0x47249B) is known color: Blue Gem. HEX triplet: 47, 24 and 9B. RGB value is (71,36,155). Sum of RGB (Red+Green+Blue) = 71+36+155=262 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.10% from 262); Green value is 36 (14.45% from 255 or 13.74% from 262); Blue value is 155 (60.94% from 255 or 59.16% from 262); Max value from RGB is 155 - color contains mainly: blue. Hex color #47249B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #47249B is #B8DB64. Grayscale: #3B3B3B. Windows color (decimal): -12114789 or 10167367. OLE color: 10167367.

HSL color Cylindrical-coordinate representation of color #47249B: hue angle of 257.65º degrees, saturation: 0.62, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #47249B is Cyan = 0.54, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 71 36 155 -
CMYK 0.54 0.77 0 0.39
HSL 257.65º 0.62% 0.37% -
HSV(B) 257.65º 0.77% 0.61% -
XYZ 9.15 4.97 31.49 -
YUV 60.03 181.6 135.82 -
System Red Green Blue C M Y K H S L
Decimal 71 36 155 0.54 0.77 0 0.39 257.65 0.62 0.37
Hex 47 24 9B 36 4D 0 27 102 3E 25
Octal 107 44 233 66 115 0 47 402 76 45
Binary 1000111 100100 10011011 110110 1001101 0 100111 100000010 111110 100101

Color Harmonies of #47249B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47249B

Black with #47249B

Text Example


Text Example

White with #47249B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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