Html Css Color HEX #472595 Blue Gem

📋 copy color: '#472595'

red 71 ◦ green 37 ◦ blue 149

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

Shades of Blue Gem #472595

Tints of Blue Gem #472595

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 57.98%

R = 27.63%
G = 14.4%
B = 57.98%

CMYK

 C value IS 0.52

 M value IS 0.75

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#472595 (or 0x472595) is known color: Blue Gem. HEX triplet: 47, 25 and 95. RGB value is (71,37,149). Sum of RGB (Red+Green+Blue) = 71+37+149=257 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.63% from 257); Green value is 37 (14.84% from 255 or 14.40% from 257); Blue value is 149 (58.59% from 255 or 57.98% from 257); Max value from RGB is 149 - color contains mainly: blue. Hex color #472595 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #472595 is #B8DA6A. Grayscale: #3B3B3B. Windows color (decimal): -12114539 or 9774407. OLE color: 9774407.

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

Color convert

RGB 71 37 149 -
CMYK 0.52 0.75 0 0.42
HSL 258.21º 0.6% 0.36% -
HSV(B) 258.21º 0.75% 0.58% -
XYZ 8.68 4.83 28.91 -
YUV 59.93 178.26 135.89 -
System Red Green Blue C M Y K H S L
Decimal 71 37 149 0.52 0.75 0 0.42 258.21 0.6 0.36
Hex 47 25 95 34 4B 0 2A 102 3C 24
Octal 107 45 225 64 113 0 52 402 74 44
Binary 1000111 100101 10010101 110100 1001011 0 101010 100000010 111100 100100

Color Harmonies of #472595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472595

Black with #472595

Text Example


Text Example

White with #472595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472595; }

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

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

background-color css

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

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

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

border-color css

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

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

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