Html Css Color HEX #472597 Blue Gem

📋 copy color: '#472597'

red 71 ◦ green 37 ◦ blue 151

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

Shades of Blue Gem #472597

Tints of Blue Gem #472597

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 58.3%

R = 27.41%
G = 14.29%
B = 58.3%

CMYK

 C value IS 0.53

 M value IS 0.75

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#472597 (or 0x472597) is known color: Blue Gem. HEX triplet: 47, 25 and 97. RGB value is (71,37,151). Sum of RGB (Red+Green+Blue) = 71+37+151=259 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.41% from 259); Green value is 37 (14.84% from 255 or 14.29% from 259); Blue value is 151 (59.38% from 255 or 58.30% from 259); Max value from RGB is 151 - color contains mainly: blue. Hex color #472597 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #472597 is #B8DA68. Grayscale: #3B3B3B. Windows color (decimal): -12114537 or 9905479. OLE color: 9905479.

HSL color Cylindrical-coordinate representation of color #472597: hue angle of 257.89º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #472597 is Cyan = 0.53, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 71 37 151 -
CMYK 0.53 0.75 0 0.41
HSL 257.89º 0.61% 0.37% -
HSV(B) 257.89º 0.75% 0.59% -
XYZ 8.85 4.9 29.76 -
YUV 60.16 179.26 135.73 -
System Red Green Blue C M Y K H S L
Decimal 71 37 151 0.53 0.75 0 0.41 257.89 0.61 0.37
Hex 47 25 97 35 4B 0 29 102 3D 25
Octal 107 45 227 65 113 0 51 402 75 45
Binary 1000111 100101 10010111 110101 1001011 0 101001 100000010 111101 100101

Color Harmonies of #472597

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472597

Black with #472597

Text Example


Text Example

White with #472597

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472597; }

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

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

background-color css

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

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

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

border-color css

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

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

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