#473F9D

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

Shades of Blue Gem #473F9D

Tints of Blue Gem #473F9D

Color information

#473F9D (or 0x473F9D) is unknown color: approx Blue Gem. HEX triplet: 47, 3F and 9D. RGB value is (71,63,157). Sum of RGB (Red+Green+Blue) = 71+63+157=291 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.40% from 291); Green value is 63 (25% from 255 or 21.65% from 291); Blue value is 157 (61.72% from 255 or 53.95% from 291); Max value from RGB is 157 - color contains mainly: blue. Hex color #473F9D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #473F9D is #B8C062. Grayscale: #4B4B4B. Windows color (decimal): -12107875 or 10305351. OLE color: 10305351.

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

Color convert

RGB7163157-
CMYK0.550.6000.38
HSL245.11º42.73%43.14%-
HSV(B)245.11º59.87%61.57%-
XYZ10.467.3332.76-
YUV76.11173.65124.36-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 24.40%
GREEN value IS 63 (25% from 255) = 21.65%
BLUE value IS 157 (61.72% from 255) = 53.95%
R=24.40%
G=21.65%
B=53.95%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal71631570.550.6000.38245.1142.7343.14
Hex473F9D373C026f52b2b
Octal1077723567740463655353
Binary100011111111110011101110111111100010011011110101101011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473F9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,63,157); }

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

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

 a { background-color: rgb(71,63,157); }

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

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

 span { border-color: rgb(71,63,157); }

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