Html Css Color HEX #473390 Blue Gem

📋 copy color: '#473390'

red 71 ◦ green 51 ◦ blue 144

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

Shades of Blue Gem #473390

Tints of Blue Gem #473390

RGB

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

 GREEN value IS 51 (20.31% from 255) = 19.17%

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

R = 26.69%
G = 19.17%
B = 54.14%

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

#473390 (or 0x473390) is known color: Blue Gem. HEX triplet: 47, 33 and 90. RGB value is (71,51,144). Sum of RGB (Red+Green+Blue) = 71+51+144=266 (35% of max value = 765). Red value is 71 (28.12% from 255 or 26.69% from 266); Green value is 51 (20.31% from 255 or 19.17% from 266); Blue value is 144 (56.64% from 255 or 54.14% from 266); Max value from RGB is 144 - color contains mainly: blue. Hex color #473390 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #473390 is #B8CC6F. Grayscale: #434343. Windows color (decimal): -12110960 or 9450311. OLE color: 9450311.

HSL color Cylindrical-coordinate representation of color #473390: hue angle of 252.9º 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 #473390 is Cyan = 0.51, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 71 51 144 -
CMYK 0.51 0.65 0 0.44
HSL 252.9º 0.48% 0.38% -
HSV(B) 252.9º 0.65% 0.56% -
XYZ 8.82 5.72 27.03 -
YUV 67.58 171.13 130.44 -
System Red Green Blue C M Y K H S L
Decimal 71 51 144 0.51 0.65 0 0.44 252.9 0.48 0.38
Hex 47 33 90 33 41 0 2C FD 30 26
Octal 107 63 220 63 101 0 54 375 60 46
Binary 1000111 110011 10010000 110011 1000001 0 101100 11111101 110000 100110

Color Harmonies of #473390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473390

Black with #473390

Text Example


Text Example

White with #473390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #473390; }

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

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

background-color css

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

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

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

border-color css

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

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

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