#47429f

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

Shades of Blue Gem #47429F

Tints of Blue Gem #47429F

Color information

#47429F (or 0x47429F) is unknown color: approx Blue Gem. HEX triplet: 47, 42 and 9F. RGB value is (71,66,159). Sum of RGB (Red+Green+Blue) = 71+66+159=296 (39% of max value = 765). Red value is 71 (28.12% from 255 or 23.99% from 296); Green value is 66 (26.17% from 255 or 22.30% from 296); Blue value is 159 (62.5% from 255 or 53.72% from 296); Max value from RGB is 159 - color contains mainly: blue. Hex color #47429F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #47429F is #B8BD60. Grayscale: #4D4D4D. Windows color (decimal): -12107105 or 10437191. OLE color: 10437191.

HSL color Cylindrical-coordinate representation of color #47429F: hue angle of 243.23º degrees, saturation: 0.41, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #47429F is Cyan = 0.55, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB7166159-
CMYK0.550.5800.38
HSL243.23º41.33%44.12%-
HSV(B)243.23º58.49%62.35%-
XYZ10.87.7433.73-
YUV78.1173.66122.94-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 23.99%
GREEN value IS 66 (26.17% from 255) = 22.30%
BLUE value IS 159 (62.5% from 255) = 53.72%
R=23.99%
G=22.30%
B=53.72%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal71661590.550.5800.38243.2341.3344.12
Hex47429F373A026f3292c
Octal10710223767720463635154
Binary1000111100001010011111110111111010010011011110011101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47429f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,66,159); }

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

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

 a { background-color: rgb(71,66,159); }

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

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

 span { border-color: rgb(71,66,159); }

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