Html Css Color HEX #473290 Blue Gem

📋 copy color: '#473290'

red 71 ◦ green 50 ◦ blue 144

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

Shades of Blue Gem #473290

Tints of Blue Gem #473290

RGB

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

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

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

R = 26.79%
G = 18.87%
B = 54.34%

CMYK

 C value IS 0.51

 M value IS 0.65

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#473290 (or 0x473290) is known color: Blue Gem. HEX triplet: 47, 32 and 90. RGB value is (71,50,144). Sum of RGB (Red+Green+Blue) = 71+50+144=265 (35% of max value = 765). Red value is 71 (28.12% from 255 or 26.79% from 265); Green value is 50 (19.92% from 255 or 18.87% from 265); Blue value is 144 (56.64% from 255 or 54.34% from 265); Max value from RGB is 144 - color contains mainly: blue. Hex color #473290 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #473290 is #B8CD6F. Grayscale: #424242. Windows color (decimal): -12111216 or 9450055. OLE color: 9450055.

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

Color convert

RGB 71 50 144 -
CMYK 0.51 0.65 0 0.44
HSL 253.4º 0.48% 0.38% -
HSV(B) 253.4º 0.65% 0.56% -
XYZ 8.77 5.63 27.01 -
YUV 67 171.46 130.86 -
System Red Green Blue C M Y K H S L
Decimal 71 50 144 0.51 0.65 0 0.44 253.4 0.48 0.38
Hex 47 32 90 33 41 0 2C FD 30 26
Octal 107 62 220 63 101 0 54 375 60 46
Binary 1000111 110010 10010000 110011 1000001 0 101100 11111101 110000 100110

Color Harmonies of #473290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473290

Black with #473290

Text Example


Text Example

White with #473290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #473290; }

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

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

background-color css

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

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

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

border-color css

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

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

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