Html Css Color HEX #473189 Blue Gem

📋 copy color: '#473189'

red 71 ◦ green 49 ◦ blue 137

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

Shades of Blue Gem #473189

Tints of Blue Gem #473189

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 53.31%

R = 27.63%
G = 19.07%
B = 53.31%

CMYK

 C value IS 0.48

 M value IS 0.64

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#473189 (or 0x473189) is known color: Blue Gem. HEX triplet: 47, 31 and 89. RGB value is (71,49,137). Sum of RGB (Red+Green+Blue) = 71+49+137=257 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.63% from 257); Green value is 49 (19.53% from 255 or 19.07% from 257); Blue value is 137 (53.91% from 255 or 53.31% from 257); Max value from RGB is 137 - color contains mainly: blue. Hex color #473189 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #473189 is #B8CE76. Grayscale: #414141. Windows color (decimal): -12111479 or 8991047. OLE color: 8991047.

HSL color Cylindrical-coordinate representation of color #473189: hue angle of 255º degrees, saturation: 0.47, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #473189 is Cyan = 0.48, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 71 49 137 -
CMYK 0.48 0.64 0 0.46
HSL 255º 0.47% 0.36% -
HSV(B) 255º 0.64% 0.54% -
XYZ 8.21 5.34 24.27 -
YUV 65.61 168.29 131.84 -
System Red Green Blue C M Y K H S L
Decimal 71 49 137 0.48 0.64 0 0.46 255 0.47 0.36
Hex 47 31 89 30 40 0 2E FF 2F 24
Octal 107 61 211 60 100 0 56 377 57 44
Binary 1000111 110001 10001001 110000 1000000 0 101110 11111111 101111 100100

Color Harmonies of #473189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473189

Black with #473189

Text Example


Text Example

White with #473189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #473189; }

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

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

background-color css

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

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

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

border-color css

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

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

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