#473CA6

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

Shades of Blue Gem #473CA6

Tints of Blue Gem #473CA6

Color information

#473CA6 (or 0x473CA6) is unknown color: approx Blue Gem. HEX triplet: 47, 3C and A6. RGB value is (71,60,166). Sum of RGB (Red+Green+Blue) = 71+60+166=297 (39% of max value = 765). Red value is 71 (28.12% from 255 or 23.91% from 297); Green value is 60 (23.83% from 255 or 20.20% from 297); Blue value is 166 (65.23% from 255 or 55.89% from 297); Max value from RGB is 166 - color contains mainly: blue. Hex color #473CA6 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #473CA6 is #B8C359. Grayscale: #4A4A4A. Windows color (decimal): -12108634 or 10894407. OLE color: 10894407.

HSL color Cylindrical-coordinate representation of color #473CA6: hue angle of 246.23º degrees, saturation: 0.47, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #473CA6 is Cyan = 0.57, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB7160166-
CMYK0.570.6400.35
HSL246.23º46.9%44.31%-
HSV(B)246.23º63.86%65.1%-
XYZ11.17.3236.91-
YUV75.37179.14124.88-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 23.91%
GREEN value IS 60 (23.83% from 255) = 20.20%
BLUE value IS 166 (65.23% from 255) = 55.89%
R=23.91%
G=20.20%
B=55.89%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal71601660.570.6400.35246.2346.944.31
Hex473CA63940023f62f2c
Octal10774246711000433665754
Binary1000111111100101001101110011000000010001111110110101111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473CA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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