#47386B

Color #47386B Meteorite (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Meteorite #47386B

Tints of Meteorite #47386B

Color information

#47386B (or 0x47386B) is unknown color: approx Meteorite. HEX triplet: 47, 38 and 6B. RGB value is (71,56,107). Sum of RGB (Red+Green+Blue) = 71+56+107=234 (30% of max value = 765). Red value is 71 (28.12% from 255 or 30.34% from 234); Green value is 56 (22.27% from 255 or 23.93% from 234); Blue value is 107 (42.19% from 255 or 45.73% from 234); Max value from RGB is 107 - color contains mainly: blue. Hex color #47386B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47386B is #B8C794. Grayscale: #424242. Windows color (decimal): -12109717 or 7026759. OLE color: 7026759.

HSL color Cylindrical-coordinate representation of color #47386B: hue angle of 257.65º degrees, saturation: 0.31, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #47386B is Cyan = 0.34, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB7156107-
CMYK0.340.4800.58
HSL257.65º31.29%31.96%-
HSV(B)257.65º47.66%41.96%-
XYZ6.675.2314.57-
YUV66.3150.97131.35-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 30.34%
GREEN value IS 56 (22.27% from 255) = 23.93%
BLUE value IS 107 (42.19% from 255) = 45.73%
R=30.34%
G=23.93%
B=45.73%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal71561070.340.4800.58257.6531.2931.96
Hex47386B223003A1021f20
Octal1077015342600724023740
Binary10001111110001101011100010110000011101010000001011111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47386B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47386B; }

 p { color: rgb(71,56,107); }

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

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

 a { background-color: rgb(71,56,107); }

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

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

 span { border-color: rgb(71,56,107); }

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