#472AA9

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

Shades of Blue Gem #472AA9

Tints of Blue Gem #472AA9

Color information

#472AA9 (or 0x472AA9) is unknown color: approx Blue Gem. HEX triplet: 47, 2A and A9. RGB value is (71,42,169). Sum of RGB (Red+Green+Blue) = 71+42+169=282 (37% of max value = 765). Red value is 71 (28.12% from 255 or 25.18% from 282); Green value is 42 (16.80% from 255 or 14.89% from 282); Blue value is 169 (66.41% from 255 or 59.93% from 282); Max value from RGB is 169 - color contains mainly: blue. Hex color #472AA9 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #472AA9 is #B8D556. Grayscale: #404040. Windows color (decimal): -12113239 or 11086407. OLE color: 11086407.

HSL color Cylindrical-coordinate representation of color #472AA9: hue angle of 253.7º degrees, saturation: 0.6, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #472AA9 is Cyan = 0.58, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB7142169-
CMYK0.580.7500.34
HSL253.7º60.19%41.37%-
HSV(B)253.7º75.15%66.27%-
XYZ10.595.8638.11-
YUV65.15186.61132.17-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 25.18%
GREEN value IS 42 (16.80% from 255) = 14.89%
BLUE value IS 169 (66.41% from 255) = 59.93%
R=25.18%
G=14.89%
B=59.93%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal71421690.580.7500.34253.760.1941.37
Hex472AA93A4B022fe3c29
Octal10752251721130423767451
Binary1000111101010101010011110101001011010001011111110111100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472AA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #472AA9; }

 p { color: rgb(71,42,169); }

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

<style>
 a { background-color: #472AA9; }

 a { background-color: rgb(71,42,169); }

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

<style>
 span { border-color: #472AA9; }

 span { border-color: rgb(71,42,169); }

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