Html Css Color HEX #473089 Blue Gem

📋 copy color: '#473089'

red 71 ◦ green 48 ◦ blue 137

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

Shades of Blue Gem #473089

Tints of Blue Gem #473089

RGB

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

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

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

R = 27.73%
G = 18.75%
B = 53.52%

CMYK

 C value IS 0.48

 M value IS 0.65

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#473089 (or 0x473089) is known color: Blue Gem. HEX triplet: 47, 30 and 89. RGB value is (71,48,137). Sum of RGB (Red+Green+Blue) = 71+48+137=256 (33% of max value = 765). Red value is 71 (28.12% from 255 or 27.73% from 256); Green value is 48 (19.14% from 255 or 18.75% from 256); Blue value is 137 (53.91% from 255 or 53.52% from 256); Max value from RGB is 137 - color contains mainly: blue. Hex color #473089 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #473089 is #B8CF76. Grayscale: #404040. Windows color (decimal): -12111735 or 8990791. OLE color: 8990791.

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

Color convert

RGB 71 48 137 -
CMYK 0.48 0.65 0 0.46
HSL 255.51º 0.48% 0.36% -
HSV(B) 255.51º 0.65% 0.54% -
XYZ 8.17 5.26 24.25 -
YUV 65.02 168.62 132.26 -
System Red Green Blue C M Y K H S L
Decimal 71 48 137 0.48 0.65 0 0.46 255.51 0.48 0.36
Hex 47 30 89 30 41 0 2E 100 30 24
Octal 107 60 211 60 101 0 56 400 60 44
Binary 1000111 110000 10001001 110000 1000001 0 101110 100000000 110000 100100

Color Harmonies of #473089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473089

Black with #473089

Text Example


Text Example

White with #473089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #473089; }

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

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

background-color css

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

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

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

border-color css

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

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

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