#472EAA

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

Shades of Blue Gem #472EAA

Tints of Blue Gem #472EAA

Color information

#472EAA (or 0x472EAA) is unknown color: approx Blue Gem. HEX triplet: 47, 2E and AA. RGB value is (71,46,170). Sum of RGB (Red+Green+Blue) = 71+46+170=287 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.74% from 287); Green value is 46 (18.36% from 255 or 16.03% from 287); Blue value is 170 (66.80% from 255 or 59.23% from 287); Max value from RGB is 170 - color contains mainly: blue. Hex color #472EAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #472EAA is #B8D155. Grayscale: #434343. Windows color (decimal): -12112214 or 11152967. OLE color: 11152967.

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

Color convert

RGB7146170-
CMYK0.580.7300.33
HSL252.1º57.41%42.35%-
HSV(B)252.1º72.94%66.67%-
XYZ10.836.238.66-
YUV67.61185.78130.42-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 24.74%
GREEN value IS 46 (18.36% from 255) = 16.03%
BLUE value IS 170 (66.80% from 255) = 59.23%
R=24.74%
G=16.03%
B=59.23%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal71461700.580.7300.33252.157.4142.35
Hex472EAA3A49021fc392a
Octal10756252721110413747152
Binary1000111101110101010101110101001001010000111111100111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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