#473AAE

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

Shades of Blue Gem #473AAE

Tints of Blue Gem #473AAE

Color information

#473AAE (or 0x473AAE) is unknown color: approx Blue Gem. HEX triplet: 47, 3A and AE. RGB value is (71,58,174). Sum of RGB (Red+Green+Blue) = 71+58+174=303 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.43% from 303); Green value is 58 (23.05% from 255 or 19.14% from 303); Blue value is 174 (68.36% from 255 or 57.43% from 303); Max value from RGB is 174 - color contains mainly: blue. Hex color #473AAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #473AAE is #B8C551. Grayscale: #4A4A4A. Windows color (decimal): -12109138 or 11418183. OLE color: 11418183.

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

Color convert

RGB7158174-
CMYK0.590.6700.32
HSL246.72º50%45.49%-
HSV(B)246.72º66.67%68.24%-
XYZ11.757.4240.86-
YUV75.11183.81125.07-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 23.43%
GREEN value IS 58 (23.05% from 255) = 19.14%
BLUE value IS 174 (68.36% from 255) = 57.43%
R=23.43%
G=19.14%
B=57.43%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal71581740.590.6700.32246.725045.49
Hex473AAE3B43020f7322d
Octal10772256731030403676255
Binary1000111111010101011101110111000011010000011110111110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473AAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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