Html Css Color HEX #472392 Blue Gem

📋 copy color: '#472392'

red 71 ◦ green 35 ◦ blue 146

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

Shades of Blue Gem #472392

Tints of Blue Gem #472392

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 57.94%

R = 28.17%
G = 13.89%
B = 57.94%

CMYK

 C value IS 0.51

 M value IS 0.76

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#472392 (or 0x472392) is known color: Blue Gem. HEX triplet: 47, 23 and 92. RGB value is (71,35,146). Sum of RGB (Red+Green+Blue) = 71+35+146=252 (33% of max value = 765). Red value is 71 (28.12% from 255 or 28.17% from 252); Green value is 35 (14.06% from 255 or 13.89% from 252); Blue value is 146 (57.42% from 255 or 57.94% from 252); Max value from RGB is 146 - color contains mainly: blue. Hex color #472392 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #472392 is #B8DC6D. Grayscale: #3A3A3A. Windows color (decimal): -12115054 or 9577287. OLE color: 9577287.

HSL color Cylindrical-coordinate representation of color #472392: hue angle of 259.46º degrees, saturation: 0.61, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #472392 is Cyan = 0.51, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 71 35 146 -
CMYK 0.51 0.76 0 0.43
HSL 259.46º 0.61% 0.35% -
HSV(B) 259.46º 0.76% 0.57% -
XYZ 8.39 4.62 27.64 -
YUV 58.42 177.43 136.97 -
System Red Green Blue C M Y K H S L
Decimal 71 35 146 0.51 0.76 0 0.43 259.46 0.61 0.35
Hex 47 23 92 33 4C 0 2B 103 3D 23
Octal 107 43 222 63 114 0 53 403 75 43
Binary 1000111 100011 10010010 110011 1001100 0 101011 100000011 111101 100011

Color Harmonies of #472392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472392

Black with #472392

Text Example


Text Example

White with #472392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472392; }

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

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

background-color css

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

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

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

border-color css

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

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

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