#472BAA

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

Shades of Blue Gem #472BAA

Tints of Blue Gem #472BAA

Color information

#472BAA (or 0x472BAA) is unknown color: approx Blue Gem. HEX triplet: 47, 2B and AA. RGB value is (71,43,170). Sum of RGB (Red+Green+Blue) = 71+43+170=284 (37% of max value = 765). Red value is 71 (28.12% from 255 or 25% from 284); Green value is 43 (17.19% from 255 or 15.14% from 284); Blue value is 170 (66.80% from 255 or 59.86% from 284); Max value from RGB is 170 - color contains mainly: blue. Hex color #472BAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #472BAA is #B8D455. Grayscale: #414141. Windows color (decimal): -12112982 or 11152199. OLE color: 11152199.

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

Color convert

RGB7143170-
CMYK0.580.7500.33
HSL253.23º59.62%41.76%-
HSV(B)253.23º74.71%66.67%-
XYZ10.725.9738.62-
YUV65.85186.78131.67-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 25%
GREEN value IS 43 (17.19% from 255) = 15.14%
BLUE value IS 170 (66.80% from 255) = 59.86%
R=25%
G=15.14%
B=59.86%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal71431700.580.7500.33253.2359.6241.76
Hex472BAA3A4B021fd3c2a
Octal10753252721130413757452
Binary1000111101011101010101110101001011010000111111101111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472BAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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