#473EAA

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

Shades of Blue Gem #473EAA

Tints of Blue Gem #473EAA

Color information

#473EAA (or 0x473EAA) is unknown color: approx Blue Gem. HEX triplet: 47, 3E and AA. RGB value is (71,62,170). Sum of RGB (Red+Green+Blue) = 71+62+170=303 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.43% from 303); Green value is 62 (24.61% from 255 or 20.46% from 303); Blue value is 170 (66.80% from 255 or 56.11% from 303); Max value from RGB is 170 - color contains mainly: blue. Hex color #473EAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #473EAA is #B8C155. Grayscale: #4C4C4C. Windows color (decimal): -12108118 or 11157063. OLE color: 11157063.

HSL color Cylindrical-coordinate representation of color #473EAA: hue angle of 245º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #473EAA is Cyan = 0.58, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB7162170-
CMYK0.580.6400.33
HSL245º46.55%45.49%-
HSV(B)245º63.53%66.67%-
XYZ11.587.6938.9-
YUV77180.48123.72-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 23.43%
GREEN value IS 62 (24.61% from 255) = 20.46%
BLUE value IS 170 (66.80% from 255) = 56.11%
R=23.43%
G=20.46%
B=56.11%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal71621700.580.6400.3324546.5545.49
Hex473EAA3A40021f52f2d
Octal10776252721000413655755
Binary1000111111110101010101110101000000010000111110101101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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