#473B9D

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

Shades of Blue Gem #473B9D

Tints of Blue Gem #473B9D

Color information

#473B9D (or 0x473B9D) is unknown color: approx Blue Gem. HEX triplet: 47, 3B and 9D. RGB value is (71,59,157). Sum of RGB (Red+Green+Blue) = 71+59+157=287 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.74% from 287); Green value is 59 (23.44% from 255 or 20.56% from 287); Blue value is 157 (61.72% from 255 or 54.70% from 287); Max value from RGB is 157 - color contains mainly: blue. Hex color #473B9D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #473B9D is #B8C462. Grayscale: #494949. Windows color (decimal): -12108899 or 10304327. OLE color: 10304327.

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

Color convert

RGB7159157-
CMYK0.550.6200.38
HSL247.35º45.37%42.35%-
HSV(B)247.35º62.42%61.57%-
XYZ10.256.932.69-
YUV73.76174.98126.03-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 24.74%
GREEN value IS 59 (23.44% from 255) = 20.56%
BLUE value IS 157 (61.72% from 255) = 54.70%
R=24.74%
G=20.56%
B=54.70%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal71591570.550.6200.38247.3545.3742.35
Hex473B9D373E026f72d2a
Octal1077323567760463675552
Binary100011111101110011101110111111110010011011110111101101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473B9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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