Html Css Color HEX #472994 Blue Gem

📋 copy color: '#472994'

red 71 ◦ green 41 ◦ blue 148

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

Shades of Blue Gem #472994

Tints of Blue Gem #472994

RGB

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

 GREEN value IS 41 (16.41% from 255) = 15.77%

 BLUE value IS 148 (58.2% from 255) = 56.92%

R = 27.31%
G = 15.77%
B = 56.92%

CMYK

 C value IS 0.52

 M value IS 0.72

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#472994 (or 0x472994) is known color: Blue Gem. HEX triplet: 47, 29 and 94. RGB value is (71,41,148). Sum of RGB (Red+Green+Blue) = 71+41+148=260 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.31% from 260); Green value is 41 (16.41% from 255 or 15.77% from 260); Blue value is 148 (58.20% from 255 or 56.92% from 260); Max value from RGB is 148 - color contains mainly: blue. Hex color #472994 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #472994 is #B8D66B. Grayscale: #3D3D3D. Windows color (decimal): -12113516 or 9709895. OLE color: 9709895.

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

Color convert

RGB 71 41 148 -
CMYK 0.52 0.72 0 0.42
HSL 256.82º 0.57% 0.37% -
HSV(B) 256.82º 0.72% 0.58% -
XYZ 8.74 5.06 28.53 -
YUV 62.17 176.44 134.3 -
System Red Green Blue C M Y K H S L
Decimal 71 41 148 0.52 0.72 0 0.42 256.82 0.57 0.37
Hex 47 29 94 34 48 0 2A 101 39 25
Octal 107 51 224 64 110 0 52 401 71 45
Binary 1000111 101001 10010100 110100 1001000 0 101010 100000001 111001 100101

Color Harmonies of #472994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472994

Black with #472994

Text Example


Text Example

White with #472994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472994; }

 p { color: rgb(71,41,148); }

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

background-color css

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

 a { background-color: rgb(71,41,148); }

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

border-color css

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

 span { border-color: rgb(71,41,148); }

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