#472BAC

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

Shades of Blue Gem #472BAC

Tints of Blue Gem #472BAC

Color information

#472BAC (or 0x472BAC) is unknown color: approx Blue Gem. HEX triplet: 47, 2B and AC. RGB value is (71,43,172). Sum of RGB (Red+Green+Blue) = 71+43+172=286 (37% of max value = 765). Red value is 71 (28.12% from 255 or 24.83% from 286); Green value is 43 (17.19% from 255 or 15.03% from 286); Blue value is 172 (67.58% from 255 or 60.14% from 286); Max value from RGB is 172 - color contains mainly: blue. Hex color #472BAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #472BAC is #B8D453. Grayscale: #414141. Windows color (decimal): -12112980 or 11283271. OLE color: 11283271.

HSL color Cylindrical-coordinate representation of color #472BAC: hue angle of 253.02º 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 #472BAC is Cyan = 0.59, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB7143172-
CMYK0.590.7500.33
HSL253.02º60%42.16%-
HSV(B)253.02º75%67.45%-
XYZ10.916.0539.62-
YUV66.08187.78131.51-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 24.83%
GREEN value IS 43 (17.19% from 255) = 15.03%
BLUE value IS 172 (67.58% from 255) = 60.14%
R=24.83%
G=15.03%
B=60.14%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal71431720.590.7500.33253.026042.16
Hex472BAC3B4B021fd3c2a
Octal10753254731130413757452
Binary1000111101011101011001110111001011010000111111101111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472BAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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