Html Css Color HEX #472293 Blue Gem

📋 copy color: '#472293'

red 71 ◦ green 34 ◦ blue 147

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

Shades of Blue Gem #472293

Tints of Blue Gem #472293

RGB

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

 GREEN value IS 34 (13.67% from 255) = 13.49%

 BLUE value IS 147 (57.81% from 255) = 58.33%

R = 28.17%
G = 13.49%
B = 58.33%

CMYK

 C value IS 0.52

 M value IS 0.77

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#472293 (or 0x472293) is known color: Blue Gem. HEX triplet: 47, 22 and 93. RGB value is (71,34,147). Sum of RGB (Red+Green+Blue) = 71+34+147=252 (33% of max value = 765). Red value is 71 (28.12% from 255 or 28.17% from 252); Green value is 34 (13.67% from 255 or 13.49% from 252); Blue value is 147 (57.81% from 255 or 58.33% from 252); Max value from RGB is 147 - color contains mainly: blue. Hex color #472293 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #472293 is #B8DD6C. Grayscale: #393939. Windows color (decimal): -12115309 or 9642567. OLE color: 9642567.

HSL color Cylindrical-coordinate representation of color #472293: hue angle of 259.65º degrees, saturation: 0.62, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #472293 is Cyan = 0.52, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 71 34 147 -
CMYK 0.52 0.77 0 0.42
HSL 259.65º 0.62% 0.35% -
HSV(B) 259.65º 0.77% 0.58% -
XYZ 8.44 4.59 28.05 -
YUV 57.95 178.26 137.31 -
System Red Green Blue C M Y K H S L
Decimal 71 34 147 0.52 0.77 0 0.42 259.65 0.62 0.35
Hex 47 22 93 34 4D 0 2A 104 3E 23
Octal 107 42 223 64 115 0 52 404 76 43
Binary 1000111 100010 10010011 110100 1001101 0 101010 100000100 111110 100011

Color Harmonies of #472293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472293

Black with #472293

Text Example


Text Example

White with #472293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472293; }

 p { color: rgb(71,34,147); }

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

background-color css

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

 a { background-color: rgb(71,34,147); }

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

border-color css

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

 span { border-color: rgb(71,34,147); }

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