Html Css Color HEX #47269C Blue Gem

📋 copy color: '#47269C'

red 71 ◦ green 38 ◦ blue 156

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

Shades of Blue Gem #47269C

Tints of Blue Gem #47269C

RGB

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

 GREEN value IS 38 (15.23% from 255) = 14.34%

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

R = 26.79%
G = 14.34%
B = 58.87%

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

#47269C (or 0x47269C) is known color: Blue Gem. HEX triplet: 47, 26 and 9C. RGB value is (71,38,156). Sum of RGB (Red+Green+Blue) = 71+38+156=265 (35% of max value = 765). Red value is 71 (28.12% from 255 or 26.79% from 265); Green value is 38 (15.23% from 255 or 14.34% from 265); Blue value is 156 (61.33% from 255 or 58.87% from 265); Max value from RGB is 156 - color contains mainly: blue. Hex color #47269C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #47269C is #B8D963. Grayscale: #3C3C3C. Windows color (decimal): -12114276 or 10233415. OLE color: 10233415.

HSL color Cylindrical-coordinate representation of color #47269C: hue angle of 256.78º degrees, saturation: 0.61, 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 #47269C is Cyan = 0.54, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 71 38 156 -
CMYK 0.54 0.76 0 0.39
HSL 256.78º 0.61% 0.38% -
HSV(B) 256.78º 0.76% 0.61% -
XYZ 9.29 5.13 31.95 -
YUV 61.32 181.43 134.91 -
System Red Green Blue C M Y K H S L
Decimal 71 38 156 0.54 0.76 0 0.39 256.78 0.61 0.38
Hex 47 26 9C 36 4C 0 27 101 3D 26
Octal 107 46 234 66 114 0 47 401 75 46
Binary 1000111 100110 10011100 110110 1001100 0 100111 100000001 111101 100110

Color Harmonies of #47269C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47269C

Black with #47269C

Text Example


Text Example

White with #47269C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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