Html Css Color HEX #473091 Blue Gem

📋 copy color: '#473091'

red 71 ◦ green 48 ◦ blue 145

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

Shades of Blue Gem #473091

Tints of Blue Gem #473091

RGB

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

 GREEN value IS 48 (19.14% from 255) = 18.18%

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

R = 26.89%
G = 18.18%
B = 54.92%

CMYK

 C value IS 0.51

 M value IS 0.67

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#473091 (or 0x473091) is known color: Blue Gem. HEX triplet: 47, 30 and 91. RGB value is (71,48,145). Sum of RGB (Red+Green+Blue) = 71+48+145=264 (34% of max value = 765). Red value is 71 (28.12% from 255 or 26.89% from 264); Green value is 48 (19.14% from 255 or 18.18% from 264); Blue value is 145 (57.03% from 255 or 54.92% from 264); Max value from RGB is 145 - color contains mainly: blue. Hex color #473091 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #473091 is #B8CF6E. Grayscale: #414141. Windows color (decimal): -12111727 or 9515079. OLE color: 9515079.

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

Color convert

RGB 71 48 145 -
CMYK 0.51 0.67 0 0.43
HSL 254.23º 0.5% 0.38% -
HSV(B) 254.23º 0.67% 0.57% -
XYZ 8.77 5.5 27.39 -
YUV 65.94 172.62 131.61 -
System Red Green Blue C M Y K H S L
Decimal 71 48 145 0.51 0.67 0 0.43 254.23 0.5 0.38
Hex 47 30 91 33 43 0 2B FE 32 26
Octal 107 60 221 63 103 0 53 376 62 46
Binary 1000111 110000 10010001 110011 1000011 0 101011 11111110 110010 100110

Color Harmonies of #473091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473091

Black with #473091

Text Example


Text Example

White with #473091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #473091; }

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

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

background-color css

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

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

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

border-color css

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

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

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