#472DAD

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

Shades of Blue Gem #472DAD

Tints of Blue Gem #472DAD

Color information

#472DAD (or 0x472DAD) is unknown color: approx Blue Gem. HEX triplet: 47, 2D and AD. RGB value is (71,45,173). Sum of RGB (Red+Green+Blue) = 71+45+173=289 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.57% from 289); Green value is 45 (17.97% from 255 or 15.57% from 289); Blue value is 173 (67.97% from 255 or 59.86% from 289); Max value from RGB is 173 - color contains mainly: blue. Hex color #472DAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #472DAD is #B8D252. Grayscale: #424242. Windows color (decimal): -12112467 or 11349319. OLE color: 11349319.

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

Color convert

RGB7145173-
CMYK0.590.7400.32
HSL252.19º58.72%42.75%-
HSV(B)252.19º73.99%67.84%-
XYZ11.086.2340.15-
YUV67.37187.61130.59-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 24.57%
GREEN value IS 45 (17.97% from 255) = 15.57%
BLUE value IS 173 (67.97% from 255) = 59.86%
R=24.57%
G=15.57%
B=59.86%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal71451730.590.7400.32252.1958.7242.75
Hex472DAD3B4A020fc3b2b
Octal10755255731120403747353
Binary1000111101101101011011110111001010010000011111100111011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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