#472592

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

Shades of Blue Gem #472592

Tints of Blue Gem #472592

Color information

#472592 (or 0x472592) is unknown color: approx Blue Gem. HEX triplet: 47, 25 and 92. RGB value is (71,37,146). Sum of RGB (Red+Green+Blue) = 71+37+146=254 (33% of max value = 765). Red value is 71 (28.12% from 255 or 27.95% from 254); Green value is 37 (14.84% from 255 or 14.57% from 254); Blue value is 146 (57.42% from 255 or 57.48% from 254); Max value from RGB is 146 - color contains mainly: blue. Hex color #472592 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #472592 is #B8DA6D. Grayscale: #3B3B3B. Windows color (decimal): -12114542 or 9577799. OLE color: 9577799.

HSL color Cylindrical-coordinate representation of color #472592: hue angle of 258.72º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #472592 is Cyan = 0.51, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB7137146-
CMYK0.510.7500.43
HSL258.72º59.56%35.88%-
HSV(B)258.72º74.66%57.25%-
XYZ8.454.7427.66-
YUV59.59176.76136.14-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 27.95%
GREEN value IS 37 (14.84% from 255) = 14.57%
BLUE value IS 146 (57.42% from 255) = 57.48%
R=27.95%
G=14.57%
B=57.48%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal71371460.510.7500.43258.7259.5635.88
Hex472592334B02B1033c24
Octal10745222631130534037444
Binary10001111001011001001011001110010110101011100000011111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #472592; }

 p { color: rgb(71,37,146); }

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

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

 a { background-color: rgb(71,37,146); }

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

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

 span { border-color: rgb(71,37,146); }

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