#473696

Color #473696 Blue Gem (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Gem #473696

Tints of Blue Gem #473696

Color information

#473696 (or 0x473696) is unknown color: approx Blue Gem. HEX triplet: 47, 36 and 96. RGB value is (71,54,150). Sum of RGB (Red+Green+Blue) = 71+54+150=275 (36% of max value = 765). Red value is 71 (28.12% from 255 or 25.82% from 275); Green value is 54 (21.48% from 255 or 19.64% from 275); Blue value is 150 (58.98% from 255 or 54.55% from 275); Max value from RGB is 150 - color contains mainly: blue. Hex color #473696 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #473696 is #B8C969. Grayscale: #454545. Windows color (decimal): -12110186 or 9844295. OLE color: 9844295.

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

Color convert

RGB7154150-
CMYK0.530.6400.41
HSL250.62º47.06%40%-
HSV(B)250.62º64%58.82%-
XYZ9.426.1829.55-
YUV70.03173.13128.69-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 25.82%
GREEN value IS 54 (21.48% from 255) = 19.64%
BLUE value IS 150 (58.98% from 255) = 54.55%
R=25.82%
G=19.64%
B=54.55%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal71541500.530.6400.41250.6247.0640
Hex4736963540029fb2f28
Octal10766226651000513735750
Binary1000111110110100101101101011000000010100111111011101111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #473696; }

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

 H1.HeaderClassName
 {
   color: #473696;
 }
 .AnyTagClassName
 {
   color: #473696;
 }
</style>
background-color css

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

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

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

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

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

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