#473EAD

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

Shades of Blue Gem #473EAD

Tints of Blue Gem #473EAD

Color information

#473EAD (or 0x473EAD) is unknown color: approx Blue Gem. HEX triplet: 47, 3E and AD. RGB value is (71,62,173). Sum of RGB (Red+Green+Blue) = 71+62+173=306 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.20% from 306); Green value is 62 (24.61% from 255 or 20.26% from 306); Blue value is 173 (67.97% from 255 or 56.54% from 306); Max value from RGB is 173 - color contains mainly: blue. Hex color #473EAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #473EAD is #B8C152. Grayscale: #4C4C4C. Windows color (decimal): -12108115 or 11353671. OLE color: 11353671.

HSL color Cylindrical-coordinate representation of color #473EAD: hue angle of 244.86º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #473EAD is Cyan = 0.59, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB7162173-
CMYK0.590.6400.32
HSL244.86º47.23%46.08%-
HSV(B)244.86º64.16%67.84%-
XYZ11.867.840.42-
YUV77.34181.98123.47-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 23.20%
GREEN value IS 62 (24.61% from 255) = 20.26%
BLUE value IS 173 (67.97% from 255) = 56.54%
R=23.20%
G=20.26%
B=56.54%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal71621730.590.6400.32244.8647.2346.08
Hex473EAD3B40020f52f2e
Octal10776255731000403655756
Binary1000111111110101011011110111000000010000011110101101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473EAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,62,173); }

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

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

 a { background-color: rgb(71,62,173); }

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

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

 span { border-color: rgb(71,62,173); }

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