Html Css Color HEX #472393 Blue Gem

📋 copy color: '#472393'

red 71 ◦ green 35 ◦ blue 147

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

Shades of Blue Gem #472393

Tints of Blue Gem #472393

RGB

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

 GREEN value IS 35 (14.06% from 255) = 13.83%

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

R = 28.06%
G = 13.83%
B = 58.1%

CMYK

 C value IS 0.52

 M value IS 0.76

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#472393 (or 0x472393) is known color: Blue Gem. HEX triplet: 47, 23 and 93. RGB value is (71,35,147). Sum of RGB (Red+Green+Blue) = 71+35+147=253 (33% of max value = 765). Red value is 71 (28.12% from 255 or 28.06% from 253); Green value is 35 (14.06% from 255 or 13.83% from 253); Blue value is 147 (57.81% from 255 or 58.10% from 253); Max value from RGB is 147 - color contains mainly: blue. Hex color #472393 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #472393 is #B8DC6C. Grayscale: #3A3A3A. Windows color (decimal): -12115053 or 9642823. OLE color: 9642823.

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

Color convert

RGB 71 35 147 -
CMYK 0.52 0.76 0 0.42
HSL 259.29º 0.62% 0.36% -
HSV(B) 259.29º 0.76% 0.58% -
XYZ 8.47 4.65 28.05 -
YUV 58.53 177.93 136.89 -
System Red Green Blue C M Y K H S L
Decimal 71 35 147 0.52 0.76 0 0.42 259.29 0.62 0.36
Hex 47 23 93 34 4C 0 2A 103 3E 24
Octal 107 43 223 64 114 0 52 403 76 44
Binary 1000111 100011 10010011 110100 1001100 0 101010 100000011 111110 100100

Color Harmonies of #472393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472393

Black with #472393

Text Example


Text Example

White with #472393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472393; }

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

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

background-color css

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

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

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

border-color css

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

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

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