Html Css Color HEX #472691 Blue Gem

📋 copy color: '#472691'

red 71 ◦ green 38 ◦ blue 145

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

Shades of Blue Gem #472691

Tints of Blue Gem #472691

RGB

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

 GREEN value IS 38 (15.23% from 255) = 14.96%

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

R = 27.95%
G = 14.96%
B = 57.09%

CMYK

 C value IS 0.51

 M value IS 0.74

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#472691 (or 0x472691) is known color: Blue Gem. HEX triplet: 47, 26 and 91. RGB value is (71,38,145). Sum of RGB (Red+Green+Blue) = 71+38+145=254 (33% of max value = 765). Red value is 71 (28.12% from 255 or 27.95% from 254); Green value is 38 (15.23% from 255 or 14.96% from 254); Blue value is 145 (57.03% from 255 or 57.09% from 254); Max value from RGB is 145 - color contains mainly: blue. Hex color #472691 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #472691 is #B8D96E. Grayscale: #3B3B3B. Windows color (decimal): -12114287 or 9512519. OLE color: 9512519.

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

Color convert

RGB 71 38 145 -
CMYK 0.51 0.74 0 0.43
HSL 258.5º 0.58% 0.36% -
HSV(B) 258.5º 0.74% 0.57% -
XYZ 8.4 4.77 27.27 -
YUV 60.07 175.93 135.8 -
System Red Green Blue C M Y K H S L
Decimal 71 38 145 0.51 0.74 0 0.43 258.5 0.58 0.36
Hex 47 26 91 33 4A 0 2B 103 3A 24
Octal 107 46 221 63 112 0 53 403 72 44
Binary 1000111 100110 10010001 110011 1001010 0 101011 100000011 111010 100100

Color Harmonies of #472691

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472691

Black with #472691

Text Example


Text Example

White with #472691

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472691; }

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

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

background-color css

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

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

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

border-color css

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

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

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