#473C9E

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

Shades of Blue Gem #473C9E

Tints of Blue Gem #473C9E

Color information

#473C9E (or 0x473C9E) is unknown color: approx Blue Gem. HEX triplet: 47, 3C and 9E. RGB value is (71,60,158). Sum of RGB (Red+Green+Blue) = 71+60+158=289 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.57% from 289); Green value is 60 (23.83% from 255 or 20.76% from 289); Blue value is 158 (62.11% from 255 or 54.67% from 289); Max value from RGB is 158 - color contains mainly: blue. Hex color #473C9E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #473C9E is #B8C361. Grayscale: #4A4A4A. Windows color (decimal): -12108642 or 10370119. OLE color: 10370119.

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

Color convert

RGB7160158-
CMYK0.550.6200.38
HSL246.73º44.95%42.75%-
HSV(B)246.73º62.03%61.96%-
XYZ10.397.0433.16-
YUV74.46175.14125.53-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 24.57%
GREEN value IS 60 (23.83% from 255) = 20.76%
BLUE value IS 158 (62.11% from 255) = 54.67%
R=24.57%
G=20.76%
B=54.67%

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
Decimal71601580.550.6200.38246.7344.9542.75
Hex473C9E373E026f72d2b
Octal1077423667760463675553
Binary100011111110010011110110111111110010011011110111101101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473C9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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