Html Css Color HEX #47249D Blue Gem

📋 copy color: '#47249D'

red 71 ◦ green 36 ◦ blue 157

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

Shades of Blue Gem #47249D

Tints of Blue Gem #47249D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 59.47%

R = 26.89%
G = 13.64%
B = 59.47%

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

#47249D (or 0x47249D) is known color: Blue Gem. HEX triplet: 47, 24 and 9D. RGB value is (71,36,157). Sum of RGB (Red+Green+Blue) = 71+36+157=264 (34% of max value = 765). Red value is 71 (28.12% from 255 or 26.89% from 264); Green value is 36 (14.45% from 255 or 13.64% from 264); Blue value is 157 (61.72% from 255 or 59.47% from 264); Max value from RGB is 157 - color contains mainly: blue. Hex color #47249D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #47249D is #B8DB62. Grayscale: #3B3B3B. Windows color (decimal): -12114787 or 10298439. OLE color: 10298439.

HSL color Cylindrical-coordinate representation of color #47249D: hue angle of 257.36º 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 #47249D is Cyan = 0.55, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 71 36 157 -
CMYK 0.55 0.77 0 0.38
HSL 257.36º 0.63% 0.38% -
HSV(B) 257.36º 0.77% 0.62% -
XYZ 9.32 5.04 32.38 -
YUV 60.26 182.6 135.66 -
System Red Green Blue C M Y K H S L
Decimal 71 36 157 0.55 0.77 0 0.38 257.36 0.63 0.38
Hex 47 24 9D 37 4D 0 26 101 3F 26
Octal 107 44 235 67 115 0 46 401 77 46
Binary 1000111 100100 10011101 110111 1001101 0 100110 100000001 111111 100110

Color Harmonies of #47249D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47249D

Black with #47249D

Text Example


Text Example

White with #47249D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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