Html Css Color HEX #473496 Blue Gem

📋 copy color: '#473496'

red 71 ◦ green 52 ◦ blue 150

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

Shades of Blue Gem #473496

Tints of Blue Gem #473496

RGB

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

 GREEN value IS 52 (20.7% from 255) = 19.05%

 BLUE value IS 150 (58.98% from 255) = 54.95%

R = 26.01%
G = 19.05%
B = 54.95%

CMYK

 C value IS 0.53

 M value IS 0.65

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#473496 (or 0x473496) is known color: Blue Gem. HEX triplet: 47, 34 and 96. RGB value is (71,52,150). Sum of RGB (Red+Green+Blue) = 71+52+150=273 (36% of max value = 765). Red value is 71 (28.12% from 255 or 26.01% from 273); Green value is 52 (20.70% from 255 or 19.05% from 273); Blue value is 150 (58.98% from 255 or 54.95% from 273); Max value from RGB is 150 - color contains mainly: blue. Hex color #473496 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #473496 is #B8CB69. Grayscale: #444444. Windows color (decimal): -12110698 or 9843783. OLE color: 9843783.

HSL color Cylindrical-coordinate representation of color #473496: hue angle of 251.63º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #473496 is Cyan = 0.53, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 71 52 150 -
CMYK 0.53 0.65 0 0.41
HSL 251.63º 0.49% 0.4% -
HSV(B) 251.63º 0.65% 0.59% -
XYZ 9.33 6 29.52 -
YUV 68.85 173.79 129.53 -
System Red Green Blue C M Y K H S L
Decimal 71 52 150 0.53 0.65 0 0.41 251.63 0.49 0.4
Hex 47 34 96 35 41 0 29 FC 31 28
Octal 107 64 226 65 101 0 51 374 61 50
Binary 1000111 110100 10010110 110101 1000001 0 101001 11111100 110001 101000

Color Harmonies of #473496

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473496

Black with #473496

Text Example


Text Example

White with #473496

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #473496; }

 p { color: rgb(71,52,150); }

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

background-color css

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

 a { background-color: rgb(71,52,150); }

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

border-color css

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

 span { border-color: rgb(71,52,150); }

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