Html Css Color HEX #47259C Blue Gem

📋 copy color: '#47259C'

red 71 ◦ green 37 ◦ blue 156

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

Shades of Blue Gem #47259C

Tints of Blue Gem #47259C

RGB

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

 GREEN value IS 37 (14.84% from 255) = 14.02%

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

R = 26.89%
G = 14.02%
B = 59.09%

CMYK

 C value IS 0.54

 M value IS 0.76

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#47259C (or 0x47259C) is known color: Blue Gem. HEX triplet: 47, 25 and 9C. RGB value is (71,37,156). Sum of RGB (Red+Green+Blue) = 71+37+156=264 (34% of max value = 765). Red value is 71 (28.12% from 255 or 26.89% from 264); Green value is 37 (14.84% from 255 or 14.02% from 264); Blue value is 156 (61.33% from 255 or 59.09% from 264); Max value from RGB is 156 - color contains mainly: blue. Hex color #47259C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #47259C is #B8DA63. Grayscale: #3C3C3C. Windows color (decimal): -12114532 or 10233159. OLE color: 10233159.

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

Color convert

RGB 71 37 156 -
CMYK 0.54 0.76 0 0.39
HSL 257.14º 0.62% 0.38% -
HSV(B) 257.14º 0.76% 0.61% -
XYZ 9.26 5.06 31.94 -
YUV 60.73 181.76 135.32 -
System Red Green Blue C M Y K H S L
Decimal 71 37 156 0.54 0.76 0 0.39 257.14 0.62 0.38
Hex 47 25 9C 36 4C 0 27 101 3E 26
Octal 107 45 234 66 114 0 47 401 76 46
Binary 1000111 100101 10011100 110110 1001100 0 100111 100000001 111110 100110

Color Harmonies of #47259C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47259C

Black with #47259C

Text Example


Text Example

White with #47259C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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