#472699

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

Shades of Blue Gem #472699

Tints of Blue Gem #472699

Color information

#472699 (or 0x472699) is unknown color: approx Blue Gem. HEX triplet: 47, 26 and 99. RGB value is (71,38,153). Sum of RGB (Red+Green+Blue) = 71+38+153=262 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.10% from 262); Green value is 38 (15.23% from 255 or 14.50% from 262); Blue value is 153 (60.16% from 255 or 58.40% from 262); Max value from RGB is 153 - color contains mainly: blue. Hex color #472699 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #472699 is #B8D966. Grayscale: #3C3C3C. Windows color (decimal): -12114279 or 10036807. OLE color: 10036807.

HSL color Cylindrical-coordinate representation of color #472699: hue angle of 257.22º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #472699 is Cyan = 0.54, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB7138153-
CMYK0.540.7500.4
HSL257.22º60.21%37.45%-
HSV(B)257.22º75.16%60%-
XYZ9.045.0330.63-
YUV60.98179.93135.15-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 27.10%
GREEN value IS 38 (15.23% from 255) = 14.50%
BLUE value IS 153 (60.16% from 255) = 58.40%
R=27.10%
G=14.50%
B=58.40%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal71381530.540.7500.4257.2260.2137.45
Hex472699364B0281013c25
Octal10746231661130504017445
Binary10001111001101001100111011010010110101000100000001111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #472699; }

 p { color: rgb(71,38,153); }

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

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

 a { background-color: rgb(71,38,153); }

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

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

 span { border-color: rgb(71,38,153); }

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