#47339A

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

Shades of Blue Gem #47339A

Tints of Blue Gem #47339A

Color information

#47339A (or 0x47339A) is unknown color: approx Blue Gem. HEX triplet: 47, 33 and 9A. RGB value is (71,51,154). Sum of RGB (Red+Green+Blue) = 71+51+154=276 (36% of max value = 765). Red value is 71 (28.12% from 255 or 25.72% from 276); Green value is 51 (20.31% from 255 or 18.48% from 276); Blue value is 154 (60.55% from 255 or 55.80% from 276); Max value from RGB is 154 - color contains mainly: blue. Hex color #47339A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #47339A is #B8CC65. Grayscale: #444444. Windows color (decimal): -12110950 or 10105671. OLE color: 10105671.

HSL color Cylindrical-coordinate representation of color #47339A: hue angle of 251.65º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #47339A is Cyan = 0.54, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB7151154-
CMYK0.540.6700.40
HSL251.65º50.24%40.2%-
HSV(B)251.65º66.88%60.39%-
XYZ9.626.0431.23-
YUV68.72176.13129.62-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 25.72%
GREEN value IS 51 (20.31% from 255) = 18.48%
BLUE value IS 154 (60.55% from 255) = 55.80%
R=25.72%
G=18.48%
B=55.80%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal71511540.540.6700.40251.6550.2440.2
Hex47339A3643028fc3228
Octal10763232661030503746250
Binary1000111110011100110101101101000011010100011111100110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47339A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,51,154); }

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

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

 a { background-color: rgb(71,51,154); }

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

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

 span { border-color: rgb(71,51,154); }

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