#473AA6

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

Shades of Blue Gem #473AA6

Tints of Blue Gem #473AA6

Color information

#473AA6 (or 0x473AA6) is unknown color: approx Blue Gem. HEX triplet: 47, 3A and A6. RGB value is (71,58,166). Sum of RGB (Red+Green+Blue) = 71+58+166=295 (39% of max value = 765). Red value is 71 (28.12% from 255 or 24.07% from 295); Green value is 58 (23.05% from 255 or 19.66% from 295); Blue value is 166 (65.23% from 255 or 56.27% from 295); Max value from RGB is 166 - color contains mainly: blue. Hex color #473AA6 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #473AA6 is #B8C559. Grayscale: #494949. Windows color (decimal): -12109146 or 10893895. OLE color: 10893895.

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

Color convert

RGB7158166-
CMYK0.570.6500.35
HSL247.22º48.21%43.92%-
HSV(B)247.22º65.06%65.1%-
XYZ10.997.1236.87-
YUV74.2179.81125.72-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 24.07%
GREEN value IS 58 (23.05% from 255) = 19.66%
BLUE value IS 166 (65.23% from 255) = 56.27%
R=24.07%
G=19.66%
B=56.27%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal71581660.570.6500.35247.2248.2143.92
Hex473AA63941023f7302c
Octal10772246711010433676054
Binary1000111111010101001101110011000001010001111110111110000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473AA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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