#473692

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

Shades of Blue Gem #473692

Tints of Blue Gem #473692

Color information

#473692 (or 0x473692) is unknown color: approx Blue Gem. HEX triplet: 47, 36 and 92. RGB value is (71,54,146). Sum of RGB (Red+Green+Blue) = 71+54+146=271 (35% of max value = 765). Red value is 71 (28.12% from 255 or 26.20% from 271); Green value is 54 (21.48% from 255 or 19.93% from 271); Blue value is 146 (57.42% from 255 or 53.87% from 271); Max value from RGB is 146 - color contains mainly: blue. Hex color #473692 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #473692 is #B8C96D. Grayscale: #454545. Windows color (decimal): -12110190 or 9582151. OLE color: 9582151.

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

Color convert

RGB7154146-
CMYK0.510.6300.43
HSL251.09º46%39.22%-
HSV(B)251.09º63.01%57.25%-
XYZ9.116.0527.88-
YUV69.57171.13129.02-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 26.20%
GREEN value IS 54 (21.48% from 255) = 19.93%
BLUE value IS 146 (57.42% from 255) = 53.87%
R=26.20%
G=19.93%
B=53.87%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal71541460.510.6300.43251.094639.22
Hex473692333F02Bfb2e27
Octal1076622263770533735647
Binary100011111011010010010110011111111010101111111011101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #473692; }

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

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

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

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

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

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

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

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