Html Css Color HEX #473291 Blue Gem

📋 copy color: '#473291'

red 71 ◦ green 50 ◦ blue 145

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

Shades of Blue Gem #473291

Tints of Blue Gem #473291

RGB

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

 GREEN value IS 50 (19.92% from 255) = 18.8%

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

R = 26.69%
G = 18.8%
B = 54.51%

CMYK

 C value IS 0.51

 M value IS 0.66

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#473291 (or 0x473291) is known color: Blue Gem. HEX triplet: 47, 32 and 91. RGB value is (71,50,145). Sum of RGB (Red+Green+Blue) = 71+50+145=266 (35% of max value = 765). Red value is 71 (28.12% from 255 or 26.69% from 266); Green value is 50 (19.92% from 255 or 18.80% from 266); Blue value is 145 (57.03% from 255 or 54.51% from 266); Max value from RGB is 145 - color contains mainly: blue. Hex color #473291 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #473291 is #B8CD6E. Grayscale: #424242. Windows color (decimal): -12111215 or 9515591. OLE color: 9515591.

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

Color convert

RGB 71 50 145 -
CMYK 0.51 0.66 0 0.43
HSL 253.26º 0.49% 0.38% -
HSV(B) 253.26º 0.66% 0.57% -
XYZ 8.85 5.67 27.42 -
YUV 67.11 171.96 130.78 -
System Red Green Blue C M Y K H S L
Decimal 71 50 145 0.51 0.66 0 0.43 253.26 0.49 0.38
Hex 47 32 91 33 42 0 2B FD 31 26
Octal 107 62 221 63 102 0 53 375 61 46
Binary 1000111 110010 10010001 110011 1000010 0 101011 11111101 110001 100110

Color Harmonies of #473291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473291

Black with #473291

Text Example


Text Example

White with #473291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #473291; }

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

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

background-color css

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

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

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

border-color css

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

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

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