Html Css Color HEX #472791 Blue Gem

📋 copy color: '#472791'

red 71 ◦ green 39 ◦ blue 145

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

Shades of Blue Gem #472791

Tints of Blue Gem #472791

RGB

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

 GREEN value IS 39 (15.63% from 255) = 15.29%

 BLUE value IS 145 (57.03% from 255) = 56.86%

R = 27.84%
G = 15.29%
B = 56.86%

CMYK

 C value IS 0.51

 M value IS 0.73

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#472791 (or 0x472791) is known color: Blue Gem. HEX triplet: 47, 27 and 91. RGB value is (71,39,145). Sum of RGB (Red+Green+Blue) = 71+39+145=255 (33% of max value = 765). Red value is 71 (28.12% from 255 or 27.84% from 255); Green value is 39 (15.62% from 255 or 15.29% from 255); Blue value is 145 (57.03% from 255 or 56.86% from 255); Max value from RGB is 145 - color contains mainly: blue. Hex color #472791 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #472791 is #B8D86E. Grayscale: #3C3C3C. Windows color (decimal): -12114031 or 9512775. OLE color: 9512775.

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

Color convert

RGB 71 39 145 -
CMYK 0.51 0.73 0 0.43
HSL 258.11º 0.58% 0.36% -
HSV(B) 258.11º 0.73% 0.57% -
XYZ 8.43 4.83 27.28 -
YUV 60.65 175.6 135.38 -
System Red Green Blue C M Y K H S L
Decimal 71 39 145 0.51 0.73 0 0.43 258.11 0.58 0.36
Hex 47 27 91 33 49 0 2B 102 3A 24
Octal 107 47 221 63 111 0 53 402 72 44
Binary 1000111 100111 10010001 110011 1001001 0 101011 100000010 111010 100100

Color Harmonies of #472791

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472791

Black with #472791

Text Example


Text Example

White with #472791

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472791; }

 p { color: rgb(71,39,145); }

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

background-color css

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

 a { background-color: rgb(71,39,145); }

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

border-color css

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

 span { border-color: rgb(71,39,145); }

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