Html Css Color HEX #472695 Blue Gem

📋 copy color: '#472695'

red 71 ◦ green 38 ◦ blue 149

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

Shades of Blue Gem #472695

Tints of Blue Gem #472695

RGB

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

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

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

R = 27.52%
G = 14.73%
B = 57.75%

CMYK

 C value IS 0.52

 M value IS 0.74

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#472695 (or 0x472695) is known color: Blue Gem. HEX triplet: 47, 26 and 95. RGB value is (71,38,149). Sum of RGB (Red+Green+Blue) = 71+38+149=258 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.52% from 258); Green value is 38 (15.23% from 255 or 14.73% from 258); Blue value is 149 (58.59% from 255 or 57.75% from 258); Max value from RGB is 149 - color contains mainly: blue. Hex color #472695 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #472695 is #B8D96A. Grayscale: #3C3C3C. Windows color (decimal): -12114283 or 9774663. OLE color: 9774663.

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

Color convert

RGB 71 38 149 -
CMYK 0.52 0.74 0 0.42
HSL 257.84º 0.59% 0.37% -
HSV(B) 257.84º 0.74% 0.58% -
XYZ 8.72 4.9 28.92 -
YUV 60.52 177.93 135.47 -
System Red Green Blue C M Y K H S L
Decimal 71 38 149 0.52 0.74 0 0.42 257.84 0.59 0.37
Hex 47 26 95 34 4A 0 2A 102 3B 25
Octal 107 46 225 64 112 0 52 402 73 45
Binary 1000111 100110 10010101 110100 1001010 0 101010 100000010 111011 100101

Color Harmonies of #472695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472695

Black with #472695

Text Example


Text Example

White with #472695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472695; }

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

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

background-color css

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

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

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

border-color css

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

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

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