#47386A

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

Shades of Meteorite #47386A

Tints of Meteorite #47386A

Color information

#47386A (or 0x47386A) is unknown color: approx Meteorite. HEX triplet: 47, 38 and 6A. RGB value is (71,56,106). Sum of RGB (Red+Green+Blue) = 71+56+106=233 (30% of max value = 765). Red value is 71 (28.12% from 255 or 30.47% from 233); Green value is 56 (22.27% from 255 or 24.03% from 233); Blue value is 106 (41.80% from 255 or 45.49% from 233); Max value from RGB is 106 - color contains mainly: blue. Hex color #47386A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47386A is #B8C795. Grayscale: #424242. Windows color (decimal): -12109718 or 6961223. OLE color: 6961223.

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

Color convert

RGB7156106-
CMYK0.330.4700.58
HSL258º30.86%31.76%-
HSV(B)258º47.17%41.57%-
XYZ6.615.2114.29-
YUV66.18150.47131.43-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 30.47%
GREEN value IS 56 (22.27% from 255) = 24.03%
BLUE value IS 106 (41.80% from 255) = 45.49%
R=30.47%
G=24.03%
B=45.49%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal71561060.330.4700.5825830.8631.76
Hex47386A212F03A1021f20
Octal1077015241570724023740
Binary10001111110001101010100001101111011101010000001011111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47386A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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