#473E9E

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

Shades of Blue Gem #473E9E

Tints of Blue Gem #473E9E

Color information

#473E9E (or 0x473E9E) is unknown color: approx Blue Gem. HEX triplet: 47, 3E and 9E. RGB value is (71,62,158). Sum of RGB (Red+Green+Blue) = 71+62+158=291 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.40% from 291); Green value is 62 (24.61% from 255 or 21.31% from 291); Blue value is 158 (62.11% from 255 or 54.30% from 291); Max value from RGB is 158 - color contains mainly: blue. Hex color #473E9E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #473E9E is #B8C161. Grayscale: #4B4B4B. Windows color (decimal): -12108130 or 10370631. OLE color: 10370631.

HSL color Cylindrical-coordinate representation of color #473E9E: hue angle of 245.62º degrees, saturation: 0.44, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #473E9E is Cyan = 0.55, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB7162158-
CMYK0.550.6100.38
HSL245.62º43.64%43.14%-
HSV(B)245.62º60.76%61.96%-
XYZ10.497.2533.19-
YUV75.63174.48124.69-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 24.40%
GREEN value IS 62 (24.61% from 255) = 21.31%
BLUE value IS 158 (62.11% from 255) = 54.30%
R=24.40%
G=21.31%
B=54.30%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal71621580.550.6100.38245.6243.6443.14
Hex473E9E373D026f62c2b
Octal1077623667750463665453
Binary100011111111010011110110111111101010011011110110101100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473E9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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