#47278f

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

Shades of Blue Gem #47278F

Tints of Blue Gem #47278F

Color information

#47278F (or 0x47278F) is unknown color: approx Blue Gem. HEX triplet: 47, 27 and 8F. RGB value is (71,39,143). Sum of RGB (Red+Green+Blue) = 71+39+143=253 (33% of max value = 765). Red value is 71 (28.12% from 255 or 28.06% from 253); Green value is 39 (15.62% from 255 or 15.42% from 253); Blue value is 143 (56.25% from 255 or 56.52% from 253); Max value from RGB is 143 - color contains mainly: blue. Hex color #47278F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #47278F is #B8D870. Grayscale: #3C3C3C. Windows color (decimal): -12114033 or 9381703. OLE color: 9381703.

HSL color Cylindrical-coordinate representation of color #47278F: hue angle of 258.46º degrees, saturation: 0.57, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #47278F is Cyan = 0.50, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB7139143-
CMYK0.500.7300.44
HSL258.46º57.14%35.69%-
HSV(B)258.46º72.73%56.08%-
XYZ8.284.7726.47-
YUV60.42174.6135.54-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 28.06%
GREEN value IS 39 (15.62% from 255) = 15.42%
BLUE value IS 143 (56.25% from 255) = 56.52%
R=28.06%
G=15.42%
B=56.52%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal71391430.500.7300.44258.4657.1435.69
Hex47278F324902C1023924
Octal10747217621110544027144
Binary10001111001111000111111001010010010101100100000010111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47278f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47278f; }

 p { color: rgb(71,39,143); }

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

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

 a { background-color: rgb(71,39,143); }

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

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

 span { border-color: rgb(71,39,143); }

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