Html Css Color HEX #473793 Blue Gem

📋 copy color: '#473793'

red 71 ◦ green 55 ◦ blue 147

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

Shades of Blue Gem #473793

Tints of Blue Gem #473793

RGB

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

 GREEN value IS 55 (21.88% from 255) = 20.15%

 BLUE value IS 147 (57.81% from 255) = 53.85%

R = 26.01%
G = 20.15%
B = 53.85%

CMYK

 C value IS 0.52

 M value IS 0.63

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#473793 (or 0x473793) is known color: Blue Gem. HEX triplet: 47, 37 and 93. RGB value is (71,55,147). Sum of RGB (Red+Green+Blue) = 71+55+147=273 (36% of max value = 765). Red value is 71 (28.12% from 255 or 26.01% from 273); Green value is 55 (21.88% from 255 or 20.15% from 273); Blue value is 147 (57.81% from 255 or 53.85% from 273); Max value from RGB is 147 - color contains mainly: blue. Hex color #473793 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #473793 is #B8C86C. Grayscale: #454545. Windows color (decimal): -12109933 or 9647943. OLE color: 9647943.

HSL color Cylindrical-coordinate representation of color #473793: hue angle of 250.43º degrees, saturation: 0.46, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #473793 is Cyan = 0.52, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 71 55 147 -
CMYK 0.52 0.63 0 0.42
HSL 250.43º 0.46% 0.4% -
HSV(B) 250.43º 0.63% 0.58% -
XYZ 9.23 6.18 28.31 -
YUV 70.27 171.3 128.52 -
System Red Green Blue C M Y K H S L
Decimal 71 55 147 0.52 0.63 0 0.42 250.43 0.46 0.4
Hex 47 37 93 34 3F 0 2A FA 2E 28
Octal 107 67 223 64 77 0 52 372 56 50
Binary 1000111 110111 10010011 110100 111111 0 101010 11111010 101110 101000

Color Harmonies of #473793

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473793

Black with #473793

Text Example


Text Example

White with #473793

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #473793; }

 p { color: rgb(71,55,147); }

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

background-color css

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

 a { background-color: rgb(71,55,147); }

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

border-color css

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

 span { border-color: rgb(71,55,147); }

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