#473E9B

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

Shades of Blue Gem #473E9B

Tints of Blue Gem #473E9B

Color information

#473E9B (or 0x473E9B) is unknown color: approx Blue Gem. HEX triplet: 47, 3E and 9B. RGB value is (71,62,155). Sum of RGB (Red+Green+Blue) = 71+62+155=288 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.65% from 288); Green value is 62 (24.61% from 255 or 21.53% from 288); Blue value is 155 (60.94% from 255 or 53.82% from 288); Max value from RGB is 155 - color contains mainly: blue. Hex color #473E9B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #473E9B is #B8C164. Grayscale: #4A4A4A. Windows color (decimal): -12108133 or 10174023. OLE color: 10174023.

HSL color Cylindrical-coordinate representation of color #473E9B: hue angle of 245.81º degrees, saturation: 0.43, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #473E9B is Cyan = 0.54, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB7162155-
CMYK0.540.600.39
HSL245.81º42.86%42.55%-
HSV(B)245.81º60%60.78%-
XYZ10.247.1531.85-
YUV75.29172.98124.94-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 24.65%
GREEN value IS 62 (24.61% from 255) = 21.53%
BLUE value IS 155 (60.94% from 255) = 53.82%
R=24.65%
G=21.53%
B=53.82%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.6
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal71621550.540.600.39245.8142.8642.55
Hex473E9B363C027f62b2b
Octal1077623366740473665353
Binary100011111111010011011110110111100010011111110110101011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473E9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #473E9B; }

 p { color: rgb(71,62,155); }

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

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

 a { background-color: rgb(71,62,155); }

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

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

 span { border-color: rgb(71,62,155); }

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