#47358A

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

Shades of Blue Gem #47358A

Tints of Blue Gem #47358A

Color information

#47358A (or 0x47358A) is unknown color: approx Blue Gem. HEX triplet: 47, 35 and 8A. RGB value is (71,53,138). Sum of RGB (Red+Green+Blue) = 71+53+138=262 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.10% from 262); Green value is 53 (21.09% from 255 or 20.23% from 262); Blue value is 138 (54.30% from 255 or 52.67% from 262); Max value from RGB is 138 - color contains mainly: blue. Hex color #47358A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #47358A is #B8CA75. Grayscale: #434343. Windows color (decimal): -12110454 or 9057607. OLE color: 9057607.

HSL color Cylindrical-coordinate representation of color #47358A: hue angle of 252.71º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #47358A is Cyan = 0.49, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB7153138-
CMYK0.490.6200.46
HSL252.71º44.5%37.45%-
HSV(B)252.71º61.59%54.12%-
XYZ8.465.7224.7-
YUV68.07167.46130.09-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 27.10%
GREEN value IS 53 (21.09% from 255) = 20.23%
BLUE value IS 138 (54.30% from 255) = 52.67%
R=27.10%
G=20.23%
B=52.67%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal71531380.490.6200.46252.7144.537.45
Hex47358A313E02Efd2d25
Octal1076521261760563755545
Binary100011111010110001010110001111110010111011111101101101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47358A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47358A; }

 p { color: rgb(71,53,138); }

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

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

 a { background-color: rgb(71,53,138); }

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

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

 span { border-color: rgb(71,53,138); }

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