Html Css Color HEX #472B91 Blue Gem

📋 copy color: '#472B91'

red 71 ◦ green 43 ◦ blue 145

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

Shades of Blue Gem #472B91

Tints of Blue Gem #472B91

RGB

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

 GREEN value IS 43 (17.19% from 255) = 16.6%

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

R = 27.41%
G = 16.6%
B = 55.98%

CMYK

 C value IS 0.51

 M value IS 0.70

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#472B91 (or 0x472B91) is known color: Blue Gem. HEX triplet: 47, 2B and 91. RGB value is (71,43,145). Sum of RGB (Red+Green+Blue) = 71+43+145=259 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.41% from 259); Green value is 43 (17.19% from 255 or 16.60% from 259); Blue value is 145 (57.03% from 255 or 55.98% from 259); Max value from RGB is 145 - color contains mainly: blue. Hex color #472B91 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #472B91 is #B8D46E. Grayscale: #3E3E3E. Windows color (decimal): -12113007 or 9513799. OLE color: 9513799.

HSL color Cylindrical-coordinate representation of color #472B91: hue angle of 256.47º degrees, saturation: 0.54, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #472B91 is Cyan = 0.51, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 71 43 145 -
CMYK 0.51 0.70 0 0.43
HSL 256.47º 0.54% 0.37% -
HSV(B) 256.47º 0.7% 0.57% -
XYZ 8.57 5.11 27.32 -
YUV 63 174.28 133.71 -
System Red Green Blue C M Y K H S L
Decimal 71 43 145 0.51 0.70 0 0.43 256.47 0.54 0.37
Hex 47 2B 91 33 46 0 2B 100 36 25
Octal 107 53 221 63 106 0 53 400 66 45
Binary 1000111 101011 10010001 110011 1000110 0 101011 100000000 110110 100101

Color Harmonies of #472B91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472B91

Black with #472B91

Text Example


Text Example

White with #472B91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472B91; }

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

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

background-color css

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

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

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

border-color css

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

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

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