#473CA5

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

Shades of Blue Gem #473CA5

Tints of Blue Gem #473CA5

Color information

#473CA5 (or 0x473CA5) is unknown color: approx Blue Gem. HEX triplet: 47, 3C and A5. RGB value is (71,60,165). Sum of RGB (Red+Green+Blue) = 71+60+165=296 (39% of max value = 765). Red value is 71 (28.12% from 255 or 23.99% from 296); Green value is 60 (23.83% from 255 or 20.27% from 296); Blue value is 165 (64.84% from 255 or 55.74% from 296); Max value from RGB is 165 - color contains mainly: blue. Hex color #473CA5 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #473CA5 is #B8C35A. Grayscale: #4A4A4A. Windows color (decimal): -12108635 or 10828871. OLE color: 10828871.

HSL color Cylindrical-coordinate representation of color #473CA5: hue angle of 246.29º 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 #473CA5 is Cyan = 0.57, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB7160165-
CMYK0.570.6400.35
HSL246.29º46.67%44.12%-
HSV(B)246.29º63.64%64.71%-
XYZ11.017.2936.42-
YUV75.26178.64124.96-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 23.99%
GREEN value IS 60 (23.83% from 255) = 20.27%
BLUE value IS 165 (64.84% from 255) = 55.74%
R=23.99%
G=20.27%
B=55.74%

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
Decimal71601650.570.6400.35246.2946.6744.12
Hex473CA53940023f62f2c
Octal10774245711000433665754
Binary1000111111100101001011110011000000010001111110110101111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473CA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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