#472693

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

Shades of Blue Gem #472693

Tints of Blue Gem #472693

Color information

#472693 (or 0x472693) is unknown color: approx Blue Gem. HEX triplet: 47, 26 and 93. RGB value is (71,38,147). Sum of RGB (Red+Green+Blue) = 71+38+147=256 (33% of max value = 765). Red value is 71 (28.12% from 255 or 27.73% from 256); Green value is 38 (15.23% from 255 or 14.84% from 256); Blue value is 147 (57.81% from 255 or 57.42% from 256); Max value from RGB is 147 - color contains mainly: blue. Hex color #472693 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #472693 is #B8D96C. Grayscale: #3B3B3B. Windows color (decimal): -12114285 or 9643591. OLE color: 9643591.

HSL color Cylindrical-coordinate representation of color #472693: hue angle of 258.17º degrees, saturation: 0.59, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #472693 is Cyan = 0.52, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB7138147-
CMYK0.520.7400.42
HSL258.17º58.92%36.27%-
HSV(B)258.17º74.15%57.65%-
XYZ8.564.8328.09-
YUV60.29176.93135.64-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 27.73%
GREEN value IS 38 (15.23% from 255) = 14.84%
BLUE value IS 147 (57.81% from 255) = 57.42%
R=27.73%
G=14.84%
B=57.42%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal71381470.520.7400.42258.1758.9236.27
Hex472693344A02A1023b24
Octal10746223641120524027344
Binary10001111001101001001111010010010100101010100000010111011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #472693; }

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

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

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

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

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

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

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

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