Html Css Color HEX #47249C Blue Gem

📋 copy color: '#47249C'

red 71 ◦ green 36 ◦ blue 156

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

Shades of Blue Gem #47249C

Tints of Blue Gem #47249C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 59.32%

R = 27%
G = 13.69%
B = 59.32%

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

#47249C (or 0x47249C) is known color: Blue Gem. HEX triplet: 47, 24 and 9C. RGB value is (71,36,156). Sum of RGB (Red+Green+Blue) = 71+36+156=263 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.00% from 263); Green value is 36 (14.45% from 255 or 13.69% from 263); Blue value is 156 (61.33% from 255 or 59.32% from 263); Max value from RGB is 156 - color contains mainly: blue. Hex color #47249C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #47249C is #B8DB63. Grayscale: #3B3B3B. Windows color (decimal): -12114788 or 10232903. OLE color: 10232903.

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

Color convert

RGB 71 36 156 -
CMYK 0.54 0.77 0 0.39
HSL 257.5º 0.63% 0.38% -
HSV(B) 257.5º 0.77% 0.61% -
XYZ 9.23 5 31.93 -
YUV 60.15 182.1 135.74 -
System Red Green Blue C M Y K H S L
Decimal 71 36 156 0.54 0.77 0 0.39 257.5 0.63 0.38
Hex 47 24 9C 36 4D 0 27 102 3E 26
Octal 107 44 234 66 115 0 47 402 76 46
Binary 1000111 100100 10011100 110110 1001101 0 100111 100000010 111110 100110

Color Harmonies of #47249C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47249C

Black with #47249C

Text Example


Text Example

White with #47249C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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