Html Css Color HEX #473190 Blue Gem

📋 copy color: '#473190'

red 71 ◦ green 49 ◦ blue 144

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

Shades of Blue Gem #473190

Tints of Blue Gem #473190

RGB

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

 GREEN value IS 49 (19.53% from 255) = 18.56%

 BLUE value IS 144 (56.64% from 255) = 54.55%

R = 26.89%
G = 18.56%
B = 54.55%

CMYK

 C value IS 0.51

 M value IS 0.66

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#473190 (or 0x473190) is known color: Blue Gem. HEX triplet: 47, 31 and 90. RGB value is (71,49,144). Sum of RGB (Red+Green+Blue) = 71+49+144=264 (34% of max value = 765). Red value is 71 (28.12% from 255 or 26.89% from 264); Green value is 49 (19.53% from 255 or 18.56% from 264); Blue value is 144 (56.64% from 255 or 54.55% from 264); Max value from RGB is 144 - color contains mainly: blue. Hex color #473190 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #473190 is #B8CE6F. Grayscale: #424242. Windows color (decimal): -12111472 or 9449799. OLE color: 9449799.

HSL color Cylindrical-coordinate representation of color #473190: hue angle of 253.89º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #473190 is Cyan = 0.51, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 71 49 144 -
CMYK 0.51 0.66 0 0.44
HSL 253.89º 0.49% 0.38% -
HSV(B) 253.89º 0.66% 0.56% -
XYZ 8.73 5.55 27 -
YUV 66.41 171.79 131.28 -
System Red Green Blue C M Y K H S L
Decimal 71 49 144 0.51 0.66 0 0.44 253.89 0.49 0.38
Hex 47 31 90 33 42 0 2C FE 31 26
Octal 107 61 220 63 102 0 54 376 61 46
Binary 1000111 110001 10010000 110011 1000010 0 101100 11111110 110001 100110

Color Harmonies of #473190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473190

Black with #473190

Text Example


Text Example

White with #473190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #473190; }

 p { color: rgb(71,49,144); }

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

background-color css

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

 a { background-color: rgb(71,49,144); }

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

border-color css

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

 span { border-color: rgb(71,49,144); }

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