#472A95

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

Shades of Blue Gem #472A95

Tints of Blue Gem #472A95

Color information

#472A95 (or 0x472A95) is unknown color: approx Blue Gem. HEX triplet: 47, 2A and 95. RGB value is (71,42,149). Sum of RGB (Red+Green+Blue) = 71+42+149=262 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.10% from 262); Green value is 42 (16.80% from 255 or 16.03% from 262); Blue value is 149 (58.59% from 255 or 56.87% from 262); Max value from RGB is 149 - color contains mainly: blue. Hex color #472A95 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #472A95 is #B8D56A. Grayscale: #3E3E3E. Windows color (decimal): -12113259 or 9775687. OLE color: 9775687.

HSL color Cylindrical-coordinate representation of color #472A95: hue angle of 256.26º degrees, saturation: 0.56, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #472A95 is Cyan = 0.52, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB7142149-
CMYK0.520.7200.42
HSL256.26º56.02%37.45%-
HSV(B)256.26º71.81%58.43%-
XYZ8.855.1728.96-
YUV62.87176.61133.8-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 27.10%
GREEN value IS 42 (16.80% from 255) = 16.03%
BLUE value IS 149 (58.59% from 255) = 56.87%
R=27.10%
G=16.03%
B=56.87%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal71421490.520.7200.42256.2656.0237.45
Hex472A95344802A1003825
Octal10752225641100524007045
Binary10001111010101001010111010010010000101010100000000111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472A95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,42,149); }

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

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

 a { background-color: rgb(71,42,149); }

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

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

 span { border-color: rgb(71,42,149); }

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