#472FAD

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

Shades of Blue Gem #472FAD

Tints of Blue Gem #472FAD

Color information

#472FAD (or 0x472FAD) is unknown color: approx Blue Gem. HEX triplet: 47, 2F and AD. RGB value is (71,47,173). Sum of RGB (Red+Green+Blue) = 71+47+173=291 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.40% from 291); Green value is 47 (18.75% from 255 or 16.15% from 291); Blue value is 173 (67.97% from 255 or 59.45% from 291); Max value from RGB is 173 - color contains mainly: blue. Hex color #472FAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #472FAD is #B8D052. Grayscale: #444444. Windows color (decimal): -12111955 or 11349831. OLE color: 11349831.

HSL color Cylindrical-coordinate representation of color #472FAD: hue angle of 251.43º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #472FAD is Cyan = 0.59, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB7147173-
CMYK0.590.7300.32
HSL251.43º57.27%43.14%-
HSV(B)251.43º72.83%67.84%-
XYZ11.166.3940.18-
YUV68.54186.95129.75-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 24.40%
GREEN value IS 47 (18.75% from 255) = 16.15%
BLUE value IS 173 (67.97% from 255) = 59.45%
R=24.40%
G=16.15%
B=59.45%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal71471730.590.7300.32251.4357.2743.14
Hex472FAD3B49020fb392b
Octal10757255731110403737153
Binary1000111101111101011011110111001001010000011111011111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472FAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,47,173); }

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

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

 a { background-color: rgb(71,47,173); }

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

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

 span { border-color: rgb(71,47,173); }

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